#868CBC

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

Shades of Wild Blue Yonder #868CBC

Tints of Wild Blue Yonder #868CBC

Color information

#868CBC (or 0x868CBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8C and BC. RGB value is (134,140,188). Sum of RGB (Red+Green+Blue) = 134+140+188=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #868CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CBC is #797343. Grayscale: #8F8F8F. Windows color (decimal): -7959364 or 12356742. OLE color: 12356742.

HSL color Cylindrical-coordinate representation of color #868CBC: hue angle of 233.33º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #868CBC is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB134140188-
CMYK0.290.2600.26
HSL233.33º28.72%63.14%-
HSV(B)233.33º28.72%73.73%-
XYZ28.2927.4651.39-
YUV143.68153.01121.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.00%
GREEN value IS 140 (55.08% from 255) = 30.30%
BLUE value IS 188 (73.83% from 255) = 40.69%
R=29.00%
G=30.30%
B=40.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341401880.290.2600.26233.3328.7263.14
Hex868CBC1D1A01Ae91d3f
Octal20621427435320323513577
Binary10000110100011001011110011101110100110101110100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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