Html Css Color HEX #828BBD Wild Blue Yonder

📋 copy color: '#828BBD'

red 130 ◦ green 139 ◦ blue 189

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

Shades of Wild Blue Yonder #828BBD

Tints of Wild Blue Yonder #828BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.27%

R = 28.38%
G = 30.35%
B = 41.27%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#828BBD (or 0x828BBD) is known color: Wild Blue Yonder. HEX triplet: 82, 8B and BD. RGB value is (130,139,189). Sum of RGB (Red+Green+Blue) = 130+139+189=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #828BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BBD is #7D7442. Grayscale: #8D8D8D. Windows color (decimal): -8221763 or 12422018. OLE color: 12422018.

HSL color Cylindrical-coordinate representation of color #828BBD: hue angle of 230.85º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #828BBD is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 139 189 -
CMYK 0.31 0.26 0 0.26
HSL 230.85º 0.31% 0.63% -
HSV(B) 230.85º 0.31% 0.74% -
XYZ 27.62 26.89 51.88 -
YUV 142.01 154.52 119.43 -
System Red Green Blue C M Y K H S L
Decimal 130 139 189 0.31 0.26 0 0.26 230.85 0.31 0.63
Hex 82 8B BD 1F 1A 0 1A E7 1F 3F
Octal 202 213 275 37 32 0 32 347 37 77
Binary 10000010 10001011 10111101 11111 11010 0 11010 11100111 11111 111111

Color Harmonies of #828BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828BBD

Black with #828BBD

Text Example


Text Example

White with #828BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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