Html Css Color HEX #828EB9 Wild Blue Yonder

📋 copy color: '#828EB9'

red 130 ◦ green 142 ◦ blue 185

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

Shades of Wild Blue Yonder #828EB9

Tints of Wild Blue Yonder #828EB9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.07%

 BLUE value IS 185 (72.66% from 255) = 40.48%

R = 28.45%
G = 31.07%
B = 40.48%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#828EB9 (or 0x828EB9) is known color: Wild Blue Yonder. HEX triplet: 82, 8E and B9. RGB value is (130,142,185). Sum of RGB (Red+Green+Blue) = 130+142+185=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 185 - color contains mainly: blue. Hex color #828EB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828EB9 is #7D7146. Grayscale: #8F8F8F. Windows color (decimal): -8220999 or 12160642. OLE color: 12160642.

HSL color Cylindrical-coordinate representation of color #828EB9: hue angle of 226.91º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #828EB9 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 142 185 -
CMYK 0.30 0.23 0 0.27
HSL 226.91º 0.28% 0.62% -
HSV(B) 226.91º 0.3% 0.73% -
XYZ 27.64 27.59 49.77 -
YUV 143.31 151.52 118.5 -
System Red Green Blue C M Y K H S L
Decimal 130 142 185 0.30 0.23 0 0.27 226.91 0.28 0.62
Hex 82 8E B9 1E 17 0 1B E3 1C 3E
Octal 202 216 271 36 27 0 33 343 34 76
Binary 10000010 10001110 10111001 11110 10111 0 11011 11100011 11100 111110

Color Harmonies of #828EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828EB9

Black with #828EB9

Text Example


Text Example

White with #828EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,142,185); }

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

background-color css

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

 a { background-color: rgb(130,142,185); }

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

border-color css

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

 span { border-color: rgb(130,142,185); }

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