#828CC7

Color #828CC7 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #828CC7

Tints of Wild Blue Yonder #828CC7

Color information

#828CC7 (or 0x828CC7) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8C and C7. RGB value is (130,140,199). Sum of RGB (Red+Green+Blue) = 130+140+199=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 199 - color contains mainly: blue. Hex color #828CC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CC7 is #7D7338. Grayscale: #8F8F8F. Windows color (decimal): -8221497 or 13077634. OLE color: 13077634.

HSL color Cylindrical-coordinate representation of color #828CC7: hue angle of 231.3º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #828CC7 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB130140199-
CMYK0.350.3000.22
HSL231.3º38.12%64.51%-
HSV(B)231.3º34.67%78.04%-
XYZ28.8927.6357.84-
YUV143.74159.19118.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.72%
GREEN value IS 140 (55.08% from 255) = 29.85%
BLUE value IS 199 (78.12% from 255) = 42.43%
R=27.72%
G=29.85%
B=42.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1301401990.350.3000.22231.338.1264.51
Hex828CC7231E016e72641
Octal202214307433602634746101
Binary10000010100011001100011110001111110010110111001111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #828CC7;
 }
 .AnyTagClassName
 {
   color: #828CC7;
 }
</style>
background-color css

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

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

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

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

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

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