#7D9AFF

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

Shades of Cornflower Blue #7D9AFF

Tints of Cornflower Blue #7D9AFF

Color information

#7D9AFF (or 0x7D9AFF) is unknown color: approx Cornflower Blue. HEX triplet: 7D, 9A and FF. RGB value is (125,154,255). Sum of RGB (Red+Green+Blue) = 125+154+255=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D9AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9AFF is #826500. Grayscale: #9C9C9C. Windows color (decimal): -8545537 or 16751229. OLE color: 16751229.

HSL color Cylindrical-coordinate representation of color #7D9AFF: hue angle of 226.62º 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 #7D9AFF is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB125154255-
CMYK0.510.4000
HSL226.62º100%74.51%-
HSV(B)226.62º50.98%100%-
XYZ38.0634.6999.3-
YUV156.84183.39105.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.41%
GREEN value IS 154 (60.55% from 255) = 28.84%
BLUE value IS 255 (100% from 255) = 47.75%
R=23.41%
G=28.84%
B=47.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1251542550.510.4000226.6210074.51
Hex7D9AFF332800e3644b
Octal175232377635000343144113
Binary11111011001101011111111110011101000001110001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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