#8695C1

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

Shades of Wild Blue Yonder #8695C1

Tints of Wild Blue Yonder #8695C1

Color information

#8695C1 (or 0x8695C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 95 and C1. RGB value is (134,149,193). Sum of RGB (Red+Green+Blue) = 134+149+193=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 193 - color contains mainly: blue. Hex color #8695C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8695C1 is #796A3E. Grayscale: #959595. Windows color (decimal): -7957055 or 12686726. OLE color: 12686726.

HSL color Cylindrical-coordinate representation of color #8695C1: hue angle of 224.75º 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 #8695C1 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB134149193-
CMYK0.310.2300.24
HSL224.75º32.24%64.12%-
HSV(B)224.75º30.57%75.69%-
XYZ30.230.4154.73-
YUV149.53152.53116.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.15%
GREEN value IS 149 (58.59% from 255) = 31.30%
BLUE value IS 193 (75.78% from 255) = 40.55%
R=28.15%
G=31.30%
B=40.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341491930.310.2300.24224.7532.2464.12
Hex8695C11F17018e12040
Octal206225301372703034140100
Binary1000011010010101110000011111110111011000111000011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8695C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8695C1; }

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

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

<style>
 a { background-color: #8695C1; }

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

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

<style>
 span { border-color: #8695C1; }

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

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