#7888FA

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

Shades of Cornflower Blue #7888FA

Tints of Cornflower Blue #7888FA

Color information

#7888FA (or 0x7888FA) is unknown color: approx Cornflower Blue. HEX triplet: 78, 88 and FA. RGB value is (120,136,250). Sum of RGB (Red+Green+Blue) = 120+136+250=506 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.72% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #7888FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7888FA is #877705. Grayscale: #8F8F8F. Windows color (decimal): -8877830 or 16418936. OLE color: 16418936.

HSL color Cylindrical-coordinate representation of color #7888FA: hue angle of 232.62º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7888FA is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB120136250-
CMYK0.520.4600.02
HSL232.62º92.86%72.55%-
HSV(B)232.62º52%98.04%-
XYZ33.8128.594.16-
YUV144.21187.7110.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.72%
GREEN value IS 136 (53.52% from 255) = 26.88%
BLUE value IS 250 (98.05% from 255) = 49.41%
R=23.72%
G=26.88%
B=49.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1201362500.520.4600.02232.6292.8672.55
Hex7888FA342E02e95d49
Octal170210372645602351135111
Binary111100010001000111110101101001011100101110100110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7888FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7888FA; }

 p { color: rgb(120,136,250); }

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

<style>
 a { background-color: #7888FA; }

 a { background-color: rgb(120,136,250); }

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

<style>
 span { border-color: #7888FA; }

 span { border-color: rgb(120,136,250); }

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