Html Css Color HEX #828EBA Wild Blue Yonder

📋 copy color: '#828EBA'

red 130 ◦ green 142 ◦ blue 186

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

Shades of Wild Blue Yonder #828EBA

Tints of Wild Blue Yonder #828EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 28.38%
G = 31%
B = 40.61%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#828EBA (or 0x828EBA) is known color: Wild Blue Yonder. HEX triplet: 82, 8E and BA. RGB value is (130,142,186). Sum of RGB (Red+Green+Blue) = 130+142+186=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #828EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828EBA is #7D7145. Grayscale: #8F8F8F. Windows color (decimal): -8220998 or 12226178. OLE color: 12226178.

HSL color Cylindrical-coordinate representation of color #828EBA: hue angle of 227.14º degrees, saturation: 0.29, 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 #828EBA is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 142 186 -
CMYK 0.30 0.24 0 0.27
HSL 227.14º 0.29% 0.62% -
HSV(B) 227.14º 0.3% 0.73% -
XYZ 27.74 27.64 50.33 -
YUV 143.43 152.02 118.42 -
System Red Green Blue C M Y K H S L
Decimal 130 142 186 0.30 0.24 0 0.27 227.14 0.29 0.62
Hex 82 8E BA 1E 18 0 1B E3 1D 3E
Octal 202 216 272 36 30 0 33 343 35 76
Binary 10000010 10001110 10111010 11110 11000 0 11011 11100011 11101 111110

Color Harmonies of #828EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828EBA

Black with #828EBA

Text Example


Text Example

White with #828EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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