Html Css Color HEX #828CC3 Wild Blue Yonder

📋 copy color: '#828CC3'

red 130 ◦ green 140 ◦ blue 195

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

Shades of Wild Blue Yonder #828CC3

Tints of Wild Blue Yonder #828CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.94%

R = 27.96%
G = 30.11%
B = 41.94%

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

#828CC3 (or 0x828CC3) is known color: Wild Blue Yonder. HEX triplet: 82, 8C and C3. RGB value is (130,140,195). Sum of RGB (Red+Green+Blue) = 130+140+195=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #828CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CC3 is #7D733C. Grayscale: #8F8F8F. Windows color (decimal): -8221501 or 12815490. OLE color: 12815490.

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

Color convert

RGB 130 140 195 -
CMYK 0.33 0.28 0 0.24
HSL 230.77º 0.35% 0.64% -
HSV(B) 230.77º 0.33% 0.76% -
XYZ 28.43 27.44 55.43 -
YUV 143.28 157.19 118.53 -
System Red Green Blue C M Y K H S L
Decimal 130 140 195 0.33 0.28 0 0.24 230.77 0.35 0.64
Hex 82 8C C3 21 1C 0 18 E7 23 40
Octal 202 214 303 41 34 0 30 347 43 100
Binary 10000010 10001100 11000011 100001 11100 0 11000 11100111 100011 1000000

Color Harmonies of #828CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828CC3

Black with #828CC3

Text Example


Text Example

White with #828CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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