Html Css Color HEX #829EFF Cornflower Blue

📋 copy color: '#829EFF'

red 130 ◦ green 158 ◦ blue 255

#829EFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #829EFF

Tints of Cornflower Blue #829EFF

RGB

 RED value IS 130 (51.17% from 255) = 23.94%

 GREEN value IS 158 (62.11% from 255) = 29.1%

 BLUE value IS 255 (100% from 255) = 46.96%

R = 23.94%
G = 29.1%
B = 46.96%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#829EFF (or 0x829EFF) is known color: Cornflower Blue. HEX triplet: 82, 9E and FF. RGB value is (130,158,255). Sum of RGB (Red+Green+Blue) = 130+158+255=543 (71% of max value = 765). Red value is 130 (51.17% from 255 or 23.94% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #829EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829EFF is #7D6100. Grayscale: #A0A0A0. Windows color (decimal): -8216833 or 16752258. OLE color: 16752258.

HSL color Cylindrical-coordinate representation of color #829EFF: hue angle of 226.56º 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 #829EFF is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 158 255 -
CMYK 0.49 0.38 0 0
HSL 226.56º 1% 0.75% -
HSV(B) 226.56º 0.49% 1% -
XYZ 39.48 36.42 99.56 -
YUV 160.69 181.22 106.11 -
System Red Green Blue C M Y K H S L
Decimal 130 158 255 0.49 0.38 0 0 226.56 1 0.75
Hex 82 9E FF 31 26 0 0 E3 64 4B
Octal 202 236 377 61 46 0 0 343 144 113
Binary 10000010 10011110 11111111 110001 100110 0 0 11100011 1100100 1001011

Color Harmonies of #829EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829EFF

Black with #829EFF

Text Example


Text Example

White with #829EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #829EFF;
 }
 .AnyTagClassName
 {
   color: #829EFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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