Html Css Color HEX #828EC6 Wild Blue Yonder

📋 copy color: '#828EC6'

red 130 ◦ green 142 ◦ blue 198

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

Shades of Wild Blue Yonder #828EC6

Tints of Wild Blue Yonder #828EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.13%

R = 27.66%
G = 30.21%
B = 42.13%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#828EC6 (or 0x828EC6) is known color: Wild Blue Yonder. HEX triplet: 82, 8E and C6. RGB value is (130,142,198). Sum of RGB (Red+Green+Blue) = 130+142+198=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #828EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828EC6 is #7D7139. Grayscale: #909090. Windows color (decimal): -8220986 or 13012610. OLE color: 13012610.

HSL color Cylindrical-coordinate representation of color #828EC6: hue angle of 229.41º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #828EC6 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 142 198 -
CMYK 0.34 0.28 0 0.22
HSL 229.41º 0.37% 0.64% -
HSV(B) 229.41º 0.34% 0.78% -
XYZ 29.07 28.17 57.33 -
YUV 144.8 158.02 117.45 -
System Red Green Blue C M Y K H S L
Decimal 130 142 198 0.34 0.28 0 0.22 229.41 0.37 0.64
Hex 82 8E C6 22 1C 0 16 E5 25 40
Octal 202 216 306 42 34 0 26 345 45 100
Binary 10000010 10001110 11000110 100010 11100 0 10110 11100101 100101 1000000

Color Harmonies of #828EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828EC6

Black with #828EC6

Text Example


Text Example

White with #828EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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