Html Css Color HEX #828DC0 Wild Blue Yonder

📋 copy color: '#828DC0'

red 130 ◦ green 141 ◦ blue 192

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

Shades of Wild Blue Yonder #828DC0

Tints of Wild Blue Yonder #828DC0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.45%

 BLUE value IS 192 (75.39% from 255) = 41.47%

R = 28.08%
G = 30.45%
B = 41.47%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#828DC0 (or 0x828DC0) is known color: Wild Blue Yonder. HEX triplet: 82, 8D and C0. RGB value is (130,141,192). Sum of RGB (Red+Green+Blue) = 130+141+192=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #828DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DC0 is #7D723F. Grayscale: #8F8F8F. Windows color (decimal): -8221248 or 12619138. OLE color: 12619138.

HSL color Cylindrical-coordinate representation of color #828DC0: hue angle of 229.35º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #828DC0 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 141 192 -
CMYK 0.32 0.27 0 0.25
HSL 229.35º 0.33% 0.63% -
HSV(B) 229.35º 0.32% 0.75% -
XYZ 28.25 27.6 53.71 -
YUV 143.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 130 141 192 0.32 0.27 0 0.25 229.35 0.33 0.63
Hex 82 8D C0 20 1B 0 19 E5 21 3F
Octal 202 215 300 40 33 0 31 345 41 77
Binary 10000010 10001101 11000000 100000 11011 0 11001 11100101 100001 111111

Color Harmonies of #828DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DC0

Black with #828DC0

Text Example


Text Example

White with #828DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,141,192); }

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

background-color css

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

 a { background-color: rgb(130,141,192); }

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

border-color css

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

 span { border-color: rgb(130,141,192); }

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