Html Css Color HEX #828EBF Wild Blue Yonder

📋 copy color: '#828EBF'

red 130 ◦ green 142 ◦ blue 191

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

Shades of Wild Blue Yonder #828EBF

Tints of Wild Blue Yonder #828EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.25%

R = 28.08%
G = 30.67%
B = 41.25%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#828EBF (or 0x828EBF) is known color: Wild Blue Yonder. HEX triplet: 82, 8E and BF. RGB value is (130,142,191). Sum of RGB (Red+Green+Blue) = 130+142+191=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #828EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828EBF is #7D7140. Grayscale: #8F8F8F. Windows color (decimal): -8220993 or 12553858. OLE color: 12553858.

HSL color Cylindrical-coordinate representation of color #828EBF: hue angle of 228.2º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #828EBF is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 142 191 -
CMYK 0.32 0.26 0 0.25
HSL 228.2º 0.32% 0.63% -
HSV(B) 228.2º 0.32% 0.75% -
XYZ 28.28 27.85 53.18 -
YUV 144 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 130 142 191 0.32 0.26 0 0.25 228.2 0.32 0.63
Hex 82 8E BF 20 1A 0 19 E4 20 3F
Octal 202 216 277 40 32 0 31 344 40 77
Binary 10000010 10001110 10111111 100000 11010 0 11001 11100100 100000 111111

Color Harmonies of #828EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828EBF

Black with #828EBF

Text Example


Text Example

White with #828EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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