Html Css Color HEX #828EBD Wild Blue Yonder

📋 copy color: '#828EBD'

red 130 ◦ green 142 ◦ blue 189

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

Shades of Wild Blue Yonder #828EBD

Tints of Wild Blue Yonder #828EBD

RGB

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

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

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

R = 28.2%
G = 30.8%
B = 41%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#828EBD (or 0x828EBD) is known color: Wild Blue Yonder. HEX triplet: 82, 8E and BD. RGB value is (130,142,189). Sum of RGB (Red+Green+Blue) = 130+142+189=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #828EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828EBD is #7D7142. Grayscale: #8F8F8F. Windows color (decimal): -8220995 or 12422786. OLE color: 12422786.

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

Color convert

RGB 130 142 189 -
CMYK 0.31 0.25 0 0.26
HSL 227.8º 0.31% 0.63% -
HSV(B) 227.8º 0.31% 0.74% -
XYZ 28.06 27.77 52.02 -
YUV 143.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 130 142 189 0.31 0.25 0 0.26 227.8 0.31 0.63
Hex 82 8E BD 1F 19 0 1A E4 1F 3F
Octal 202 216 275 37 31 0 32 344 37 77
Binary 10000010 10001110 10111101 11111 11001 0 11010 11100100 11111 111111

Color Harmonies of #828EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828EBD

Black with #828EBD

Text Example


Text Example

White with #828EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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