Html Css Color HEX #828BC2 Wild Blue Yonder

📋 copy color: '#828BC2'

red 130 ◦ green 139 ◦ blue 194

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

Shades of Wild Blue Yonder #828BC2

Tints of Wild Blue Yonder #828BC2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.02%

 BLUE value IS 194 (76.17% from 255) = 41.9%

R = 28.08%
G = 30.02%
B = 41.9%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#828BC2 (or 0x828BC2) is known color: Wild Blue Yonder. HEX triplet: 82, 8B and C2. RGB value is (130,139,194). Sum of RGB (Red+Green+Blue) = 130+139+194=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 194 - color contains mainly: blue. Hex color #828BC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BC2 is #7D743D. Grayscale: #8E8E8E. Windows color (decimal): -8221758 or 12749698. OLE color: 12749698.

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

Color convert

RGB 130 139 194 -
CMYK 0.33 0.28 0 0.24
HSL 231.56º 0.34% 0.64% -
HSV(B) 231.56º 0.33% 0.76% -
XYZ 28.18 27.11 54.79 -
YUV 142.58 157.02 119.03 -
System Red Green Blue C M Y K H S L
Decimal 130 139 194 0.33 0.28 0 0.24 231.56 0.34 0.64
Hex 82 8B C2 21 1C 0 18 E8 22 40
Octal 202 213 302 41 34 0 30 350 42 100
Binary 10000010 10001011 11000010 100001 11100 0 11000 11101000 100010 1000000

Color Harmonies of #828BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828BC2

Black with #828BC2

Text Example


Text Example

White with #828BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,139,194); }

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

background-color css

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

 a { background-color: rgb(130,139,194); }

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

border-color css

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

 span { border-color: rgb(130,139,194); }

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