Html Css Color HEX #828CC2 Wild Blue Yonder

📋 copy color: '#828CC2'

red 130 ◦ green 140 ◦ blue 194

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

Shades of Wild Blue Yonder #828CC2

Tints of Wild Blue Yonder #828CC2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.17%

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

R = 28.02%
G = 30.17%
B = 41.81%

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

#828CC2 (or 0x828CC2) is known color: Wild Blue Yonder. HEX triplet: 82, 8C and C2. RGB value is (130,140,194). Sum of RGB (Red+Green+Blue) = 130+140+194=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 194 - color contains mainly: blue. Hex color #828CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CC2 is #7D733D. Grayscale: #8E8E8E. Windows color (decimal): -8221502 or 12749954. OLE color: 12749954.

HSL color Cylindrical-coordinate representation of color #828CC2: hue angle of 230.62º 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 #828CC2 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 140 194 -
CMYK 0.33 0.28 0 0.24
HSL 230.63º 0.34% 0.64% -
HSV(B) 230.63º 0.33% 0.76% -
XYZ 28.32 27.4 54.83 -
YUV 143.17 156.69 118.61 -
System Red Green Blue C M Y K H S L
Decimal 130 140 194 0.33 0.28 0 0.24 230.63 0.34 0.64
Hex 82 8C C2 21 1C 0 18 E7 22 40
Octal 202 214 302 41 34 0 30 347 42 100
Binary 10000010 10001100 11000010 100001 11100 0 11000 11100111 100010 1000000

Color Harmonies of #828CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828CC2

Black with #828CC2

Text Example


Text Example

White with #828CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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