#868CB2

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

Shades of Wild Blue Yonder #868CB2

Tints of Wild Blue Yonder #868CB2

Color information

#868CB2 (or 0x868CB2) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8C and B2. RGB value is (134,140,178). Sum of RGB (Red+Green+Blue) = 134+140+178=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 178 - color contains mainly: blue. Hex color #868CB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868CB2 is #79734D. Grayscale: #8E8E8E. Windows color (decimal): -7959374 or 11701382. OLE color: 11701382.

HSL color Cylindrical-coordinate representation of color #868CB2: hue angle of 231.82º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #868CB2 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB134140178-
CMYK0.250.2100.30
HSL231.82º22.22%61.18%-
HSV(B)231.82º24.72%69.8%-
XYZ27.2527.0445.9-
YUV142.54148.01121.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.65%
GREEN value IS 140 (55.08% from 255) = 30.97%
BLUE value IS 178 (69.92% from 255) = 39.38%
R=29.65%
G=30.97%
B=39.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1341401780.250.2100.30231.8222.2261.18
Hex868CB2191501Ee8163d
Octal20621426231250363502675
Binary10000110100011001011001011001101010111101110100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868CB2; }

 p { color: rgb(134,140,178); }

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

<style>
 a { background-color: #868CB2; }

 a { background-color: rgb(134,140,178); }

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

<style>
 span { border-color: #868CB2; }

 span { border-color: rgb(134,140,178); }

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