#7B9DF6

Color #7B9DF6 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #7B9DF6

Tints of Cornflower Blue #7B9DF6

Color information

#7B9DF6 (or 0x7B9DF6) is unknown color: approx Cornflower Blue. HEX triplet: 7B, 9D and F6. RGB value is (123,157,246). Sum of RGB (Red+Green+Blue) = 123+157+246=526 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.38% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #7B9DF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9DF6 is #846209. Grayscale: #9C9C9C. Windows color (decimal): -8675850 or 16162171. OLE color: 16162171.

HSL color Cylindrical-coordinate representation of color #7B9DF6: hue angle of 223.41º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B9DF6 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB123157246-
CMYK0.500.3600.04
HSL223.41º87.23%72.35%-
HSV(B)223.41º50%96.47%-
XYZ36.8634.9892-
YUV156.98178.24103.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 23.38%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 246 (96.48% from 255) = 46.77%
R=23.38%
G=29.85%
B=46.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1231572460.500.3600.04223.4187.2372.35
Hex7B9DF6322404df5748
Octal173235366624404337127110
Binary1111011100111011111011011001010010001001101111110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B9DF6; }

 p { color: rgb(123,157,246); }

 H1.HeaderClassName
 {
   color: #7B9DF6;
 }
 .AnyTagClassName
 {
   color: #7B9DF6;
 }
</style>
background-color css

<style>
 a { background-color: #7B9DF6; }

 a { background-color: rgb(123,157,246); }

 div.DivClassName
 {
   background-color: #7B9DF6;
 }
 .BgClassName
 {
   background-color: #7B9DF6;
 }
</style>
border-color css

<style>
 span { border-color: #7B9DF6; }

 span { border-color: rgb(123,157,246); }

 td.TdClassName
 {
   border-color: #7B9DF6;
 }
 .TagClassName
 {
   border-color: #7B9DF6;
 }
</style>