#868CC1

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

Shades of Wild Blue Yonder #868CC1

Tints of Wild Blue Yonder #868CC1

Color information

#868CC1 (or 0x868CC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8C and C1. RGB value is (134,140,193). Sum of RGB (Red+Green+Blue) = 134+140+193=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #868CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CC1 is #79733E. Grayscale: #909090. Windows color (decimal): -7959359 or 12684422. OLE color: 12684422.

HSL color Cylindrical-coordinate representation of color #868CC1: hue angle of 233.9º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #868CC1 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB134140193-
CMYK0.310.2700.24
HSL233.9º32.24%64.12%-
HSV(B)233.9º30.57%75.69%-
XYZ28.8427.6754.27-
YUV144.25155.51120.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.69%
GREEN value IS 140 (55.08% from 255) = 29.98%
BLUE value IS 193 (75.78% from 255) = 41.33%
R=28.69%
G=29.98%
B=41.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341401930.310.2700.24233.932.2464.12
Hex868CC11F1B018ea2040
Octal206214301373303035240100
Binary1000011010001100110000011111111011011000111010101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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