Html Css Color HEX #828ABD Wild Blue Yonder

📋 copy color: '#828ABD'

red 130 ◦ green 138 ◦ blue 189

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

Shades of Wild Blue Yonder #828ABD

Tints of Wild Blue Yonder #828ABD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.2%

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

R = 28.45%
G = 30.2%
B = 41.36%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#828ABD (or 0x828ABD) is known color: Wild Blue Yonder. HEX triplet: 82, 8A and BD. RGB value is (130,138,189). Sum of RGB (Red+Green+Blue) = 130+138+189=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #828ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ABD is #7D7542. Grayscale: #8D8D8D. Windows color (decimal): -8222019 or 12421762. OLE color: 12421762.

HSL color Cylindrical-coordinate representation of color #828ABD: hue angle of 231.86º 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 #828ABD is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 138 189 -
CMYK 0.31 0.27 0 0.26
HSL 231.86º 0.31% 0.63% -
HSV(B) 231.86º 0.31% 0.74% -
XYZ 27.48 26.6 51.83 -
YUV 141.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 130 138 189 0.31 0.27 0 0.26 231.86 0.31 0.63
Hex 82 8A BD 1F 1B 0 1A E8 1F 3F
Octal 202 212 275 37 33 0 32 350 37 77
Binary 10000010 10001010 10111101 11111 11011 0 11010 11101000 11111 111111

Color Harmonies of #828ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828ABD

Black with #828ABD

Text Example


Text Example

White with #828ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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