Html Css Color HEX #829CFF Cornflower Blue

📋 copy color: '#829CFF'

red 130 ◦ green 156 ◦ blue 255

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

Shades of Cornflower Blue #829CFF

Tints of Cornflower Blue #829CFF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.84%

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

R = 24.03%
G = 28.84%
B = 47.13%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#829CFF (or 0x829CFF) is known color: Cornflower Blue. HEX triplet: 82, 9C and FF. RGB value is (130,156,255). Sum of RGB (Red+Green+Blue) = 130+156+255=541 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.03% from 541); Green value is 156 (61.33% from 255 or 28.84% 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 #829CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829CFF is #7D6300. Grayscale: #9F9F9F. Windows color (decimal): -8217345 or 16751746. OLE color: 16751746.

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

Color convert

RGB 130 156 255 -
CMYK 0.49 0.39 0 0
HSL 227.52º 1% 0.75% -
HSV(B) 227.52º 0.49% 1% -
XYZ 39.14 35.74 99.44 -
YUV 159.51 181.89 106.95 -
System Red Green Blue C M Y K H S L
Decimal 130 156 255 0.49 0.39 0 0 227.52 1 0.75
Hex 82 9C FF 31 27 0 0 E4 64 4B
Octal 202 234 377 61 47 0 0 344 144 113
Binary 10000010 10011100 11111111 110001 100111 0 0 11100100 1100100 1001011

Color Harmonies of #829CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829CFF

Black with #829CFF

Text Example


Text Example

White with #829CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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