Html Css Color HEX #828BB8 Wild Blue Yonder

📋 copy color: '#828BB8'

red 130 ◦ green 139 ◦ blue 184

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

Shades of Wild Blue Yonder #828BB8

Tints of Wild Blue Yonder #828BB8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.68%

 BLUE value IS 184 (72.27% from 255) = 40.62%

R = 28.7%
G = 30.68%
B = 40.62%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#828BB8 (or 0x828BB8) is known color: Wild Blue Yonder. HEX triplet: 82, 8B and B8. RGB value is (130,139,184). Sum of RGB (Red+Green+Blue) = 130+139+184=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 184 - color contains mainly: blue. Hex color #828BB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BB8 is #7D7447. Grayscale: #8D8D8D. Windows color (decimal): -8221768 or 12094338. OLE color: 12094338.

HSL color Cylindrical-coordinate representation of color #828BB8: hue angle of 230º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #828BB8 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 139 184 -
CMYK 0.29 0.24 0 0.28
HSL 230º 0.28% 0.62% -
HSV(B) 230º 0.29% 0.72% -
XYZ 27.09 26.67 49.07 -
YUV 141.44 152.02 119.84 -
System Red Green Blue C M Y K H S L
Decimal 130 139 184 0.29 0.24 0 0.28 230 0.28 0.62
Hex 82 8B B8 1D 18 0 1C E6 1C 3E
Octal 202 213 270 35 30 0 34 346 34 76
Binary 10000010 10001011 10111000 11101 11000 0 11100 11100110 11100 111110

Color Harmonies of #828BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828BB8

Black with #828BB8

Text Example


Text Example

White with #828BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,139,184); }

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

background-color css

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

 a { background-color: rgb(130,139,184); }

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

border-color css

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

 span { border-color: rgb(130,139,184); }

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