#7F9FFF

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

Shades of Cornflower Blue #7F9FFF

Tints of Cornflower Blue #7F9FFF

Color information

#7F9FFF (or 0x7F9FFF) is unknown color: approx Cornflower Blue. HEX triplet: 7F, 9F and FF. RGB value is (127,159,255). Sum of RGB (Red+Green+Blue) = 127+159+255=541 (71% of max value = 765). Red value is 127 (50% from 255 or 23.48% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F9FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9FFF is #806000. Grayscale: #9F9F9F. Windows color (decimal): -8413185 or 16752511. OLE color: 16752511.

HSL color Cylindrical-coordinate representation of color #7F9FFF: hue angle of 225º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F9FFF is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB127159255-
CMYK0.500.3800
HSL225º100%74.9%-
HSV(B)225º50.2%100%-
XYZ39.236.5399.59-
YUV160.38181.4104.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.48%
GREEN value IS 159 (62.5% from 255) = 29.39%
BLUE value IS 255 (100% from 255) = 47.13%
R=23.48%
G=29.39%
B=47.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1271592550.500.380022510074.9
Hex7F9FFF322600e1644b
Octal177237377624600341144113
Binary11111111001111111111111110010100110001110000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,159,255); }

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

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

 a { background-color: rgb(127,159,255); }

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

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

 span { border-color: rgb(127,159,255); }

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