Html Css Color HEX #828AB1 Wild Blue Yonder

📋 copy color: '#828AB1'

red 130 ◦ green 138 ◦ blue 177

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

Shades of Wild Blue Yonder #828AB1

Tints of Wild Blue Yonder #828AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.78%

R = 29.21%
G = 31.01%
B = 39.78%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#828AB1 (or 0x828AB1) is known color: Wild Blue Yonder. HEX triplet: 82, 8A and B1. RGB value is (130,138,177). Sum of RGB (Red+Green+Blue) = 130+138+177=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 177 - color contains mainly: blue. Hex color #828AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828AB1 is #7D754E. Grayscale: #8B8B8B. Windows color (decimal): -8222031 or 11635330. OLE color: 11635330.

HSL color Cylindrical-coordinate representation of color #828AB1: hue angle of 229.79º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #828AB1 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 138 177 -
CMYK 0.27 0.22 0 0.31
HSL 229.79º 0.23% 0.6% -
HSV(B) 229.79º 0.27% 0.69% -
XYZ 26.23 26.1 45.25 -
YUV 140.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 130 138 177 0.27 0.22 0 0.31 229.79 0.23 0.6
Hex 82 8A B1 1B 16 0 1F E6 17 3C
Octal 202 212 261 33 26 0 37 346 27 74
Binary 10000010 10001010 10110001 11011 10110 0 11111 11100110 10111 111100

Color Harmonies of #828AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828AB1

Black with #828AB1

Text Example


Text Example

White with #828AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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