#7F96FC

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

Shades of Cornflower Blue #7F96FC

Tints of Cornflower Blue #7F96FC

Color information

#7F96FC (or 0x7F96FC) is unknown color: approx Cornflower Blue. HEX triplet: 7F, 96 and FC. RGB value is (127,150,252). Sum of RGB (Red+Green+Blue) = 127+150+252=529 (70% of max value = 765). Red value is 127 (50% from 255 or 24.01% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F96FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F96FC is #806903. Grayscale: #9A9A9A. Windows color (decimal): -8415492 or 16553599. OLE color: 16553599.

HSL color Cylindrical-coordinate representation of color #7F96FC: hue angle of 228.96º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F96FC is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB127150252-
CMYK0.500.4000.01
HSL228.96º95.42%74.31%-
HSV(B)228.96º49.6%98.82%-
XYZ37.2333.3596.57-
YUV154.75182.88108.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.01%
GREEN value IS 150 (58.98% from 255) = 28.36%
BLUE value IS 252 (98.83% from 255) = 47.64%
R=24.01%
G=28.36%
B=47.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1271502520.500.4000.01228.9695.4274.31
Hex7F96FC322801e55f4a
Octal177226374625001345137112
Binary11111111001011011111100110010101000011110010110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F96FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,150,252); }

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

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

 a { background-color: rgb(127,150,252); }

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

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

 span { border-color: rgb(127,150,252); }

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