#7B96F4

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

Shades of Cornflower Blue #7B96F4

Tints of Cornflower Blue #7B96F4

Color information

#7B96F4 (or 0x7B96F4) is unknown color: approx Cornflower Blue. HEX triplet: 7B, 96 and F4. RGB value is (123,150,244). Sum of RGB (Red+Green+Blue) = 123+150+244=517 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.79% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #7B96F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B96F4 is #84690B. Grayscale: #989898. Windows color (decimal): -8677644 or 16029307. OLE color: 16029307.

HSL color Cylindrical-coordinate representation of color #7B96F4: hue angle of 226.61º degrees, saturation: 0.85, 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 #7B96F4 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB123150244-
CMYK0.500.3900.04
HSL226.61º84.62%71.96%-
HSV(B)226.61º49.59%95.69%-
XYZ35.432.5690.01-
YUV152.64179.55106.86-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.79%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 244 (95.70% from 255) = 47.20%
R=23.79%
G=29.01%
B=47.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1231502440.500.3900.04226.6184.6271.96
Hex7B96F4322704e35548
Octal173226364624704343125110
Binary1111011100101101111010011001010011101001110001110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B96F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,150,244); }

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

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

 a { background-color: rgb(123,150,244); }

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

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

 span { border-color: rgb(123,150,244); }

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