#7C9BFB

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

Shades of Cornflower Blue #7C9BFB

Tints of Cornflower Blue #7C9BFB

Color information

#7C9BFB (or 0x7C9BFB) is unknown color: approx Cornflower Blue. HEX triplet: 7C, 9B and FB. RGB value is (124,155,251). Sum of RGB (Red+Green+Blue) = 124+155+251=530 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.40% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C9BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C9BFB is #836404. Grayscale: #9C9C9C. Windows color (decimal): -8610821 or 16489340. OLE color: 16489340.

HSL color Cylindrical-coordinate representation of color #7C9BFB: hue angle of 225.35º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C9BFB is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB124155251-
CMYK0.510.3800.02
HSL225.35º94.07%73.53%-
HSV(B)225.35º50.6%98.43%-
XYZ37.4534.6995.99-
YUV156.68181.23104.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.40%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 251 (98.44% from 255) = 47.36%
R=23.40%
G=29.25%
B=47.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1241552510.510.3800.02225.3594.0773.53
Hex7C9BFB332602e15e4a
Octal174233373634602341136112
Binary111110010011011111110111100111001100101110000110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,155,251); }

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

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

 a { background-color: rgb(124,155,251); }

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

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

 span { border-color: rgb(124,155,251); }

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