#7D9FFF

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

Shades of Cornflower Blue #7D9FFF

Tints of Cornflower Blue #7D9FFF

Color information

#7D9FFF (or 0x7D9FFF) is unknown color: approx Cornflower Blue. HEX triplet: 7D, 9F and FF. RGB value is (125,159,255). Sum of RGB (Red+Green+Blue) = 125+159+255=539 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.19% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D9FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9FFF is #826000. Grayscale: #9F9F9F. Windows color (decimal): -8544257 or 16752509. OLE color: 16752509.

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

Color convert

RGB125159255-
CMYK0.510.3800
HSL224.31º100%74.51%-
HSV(B)224.31º50.98%100%-
XYZ38.9136.3899.58-
YUV159.78181.74103.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.19%
GREEN value IS 159 (62.5% from 255) = 29.50%
BLUE value IS 255 (100% from 255) = 47.31%
R=23.19%
G=29.50%
B=47.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1251592550.510.3800224.3110074.51
Hex7D9FFF332600e0644b
Octal175237377634600340144113
Binary11111011001111111111111110011100110001110000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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