Html Css Color HEX #828BAF Wild Blue Yonder

📋 copy color: '#828BAF'

red 130 ◦ green 139 ◦ blue 175

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

Shades of Wild Blue Yonder #828BAF

Tints of Wild Blue Yonder #828BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.41%

R = 29.28%
G = 31.31%
B = 39.41%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#828BAF (or 0x828BAF) is known color: Wild Blue Yonder. HEX triplet: 82, 8B and AF. RGB value is (130,139,175). Sum of RGB (Red+Green+Blue) = 130+139+175=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #828BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828BAF is #7D7450. Grayscale: #8C8C8C. Windows color (decimal): -8221777 or 11504514. OLE color: 11504514.

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

Color convert

RGB 130 139 175 -
CMYK 0.26 0.21 0 0.31
HSL 228º 0.22% 0.6% -
HSV(B) 228º 0.26% 0.69% -
XYZ 26.18 26.31 44.26 -
YUV 140.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 130 139 175 0.26 0.21 0 0.31 228 0.22 0.6
Hex 82 8B AF 1A 15 0 1F E4 16 3C
Octal 202 213 257 32 25 0 37 344 26 74
Binary 10000010 10001011 10101111 11010 10101 0 11111 11100100 10110 111100

Color Harmonies of #828BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828BAF

Black with #828BAF

Text Example


Text Example

White with #828BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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