Html Css Color HEX #828CC9 Wild Blue Yonder

📋 copy color: '#828CC9'

red 130 ◦ green 140 ◦ blue 201

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

Shades of Wild Blue Yonder #828CC9

Tints of Wild Blue Yonder #828CC9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.72%

 BLUE value IS 201 (78.91% from 255) = 42.68%

R = 27.6%
G = 29.72%
B = 42.68%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#828CC9 (or 0x828CC9) is known color: Wild Blue Yonder. HEX triplet: 82, 8C and C9. RGB value is (130,140,201). Sum of RGB (Red+Green+Blue) = 130+140+201=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #828CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CC9 is #7D7336. Grayscale: #8F8F8F. Windows color (decimal): -8221495 or 13208706. OLE color: 13208706.

HSL color Cylindrical-coordinate representation of color #828CC9: hue angle of 231.55º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #828CC9 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 140 201 -
CMYK 0.35 0.30 0 0.21
HSL 231.55º 0.4% 0.65% -
HSV(B) 231.55º 0.35% 0.79% -
XYZ 29.13 27.72 59.07 -
YUV 143.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 130 140 201 0.35 0.30 0 0.21 231.55 0.4 0.65
Hex 82 8C C9 23 1E 0 15 E8 28 41
Octal 202 214 311 43 36 0 25 350 50 101
Binary 10000010 10001100 11001001 100011 11110 0 10101 11101000 101000 1000001

Color Harmonies of #828CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828CC9

Black with #828CC9

Text Example


Text Example

White with #828CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828CC9; }

 p { color: rgb(130,140,201); }

 H1.HeaderClassName
 {
   color: #828CC9;
 }
 .AnyTagClassName
 {
   color: #828CC9;
 }
</style>

background-color css

<style>
 a { background-color: #828CC9; }

 a { background-color: rgb(130,140,201); }

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

border-color css

<style>
 span { border-color: #828CC9; }

 span { border-color: rgb(130,140,201); }

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