#7C9AF8

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

Shades of Cornflower Blue #7C9AF8

Tints of Cornflower Blue #7C9AF8

Color information

#7C9AF8 (or 0x7C9AF8) is unknown color: approx Cornflower Blue. HEX triplet: 7C, 9A and F8. RGB value is (124,154,248). Sum of RGB (Red+Green+Blue) = 124+154+248=526 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.57% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #7C9AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C9AF8 is #836507. Grayscale: #9B9B9B. Windows color (decimal): -8611080 or 16292476. OLE color: 16292476.

HSL color Cylindrical-coordinate representation of color #7C9AF8: hue angle of 225.48º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C9AF8 is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB124154248-
CMYK0.50.3800.03
HSL225.48º89.86%72.94%-
HSV(B)225.48º50%97.25%-
XYZ36.8134.1793.46-
YUV155.75180.06105.36-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.57%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 248 (97.27% from 255) = 47.15%
R=23.57%
G=29.28%
B=47.15%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1241542480.50.3800.03225.4889.8672.94
Hex7C9AF8322603e15a49
Octal174232370624603341132111
Binary111110010011010111110001100101001100111110000110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,154,248); }

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

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

 a { background-color: rgb(124,154,248); }

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

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

 span { border-color: rgb(124,154,248); }

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