#829FFF

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

Shades of Cornflower Blue #829FFF

Tints of Cornflower Blue #829FFF

Color information

#829FFF (or 0x829FFF) is unknown color: approx Cornflower Blue. HEX triplet: 82, 9F and FF. RGB value is (130,159,255). Sum of RGB (Red+Green+Blue) = 130+159+255=544 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.90% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #829FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829FFF is #7D6000. Grayscale: #A0A0A0. Windows color (decimal): -8216577 or 16752514. OLE color: 16752514.

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

Color convert

RGB130159255-
CMYK0.490.3800
HSL226.08º100%75.49%-
HSV(B)226.08º49.02%100%-
XYZ39.6536.7699.61-
YUV161.27180.89105.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.90%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 255 (100% from 255) = 46.88%
R=23.90%
G=29.23%
B=46.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1301592550.490.3800226.0810075.49
Hex829FFF312600e2644b
Octal202237377614600342144113
Binary100000101001111111111111110001100110001110001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829FFF; }

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

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

<style>
 a { background-color: #829FFF; }

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

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

<style>
 span { border-color: #829FFF; }

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

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