#8C95BD

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

Shades of Wild Blue Yonder #8C95BD

Tints of Wild Blue Yonder #8C95BD

Color information

#8C95BD (or 0x8C95BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 8C, 95 and BD. RGB value is (140,149,189). Sum of RGB (Red+Green+Blue) = 140+149+189=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C95BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C95BD is #736A42. Grayscale: #969696. Windows color (decimal): -7563843 or 12424588. OLE color: 12424588.

HSL color Cylindrical-coordinate representation of color #8C95BD: hue angle of 228.98º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C95BD is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB140149189-
CMYK0.260.2100.26
HSL228.98º27.07%64.51%-
HSV(B)228.98º25.93%74.12%-
XYZ30.7530.7452.46-
YUV150.87149.52120.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.29%
GREEN value IS 149 (58.59% from 255) = 31.17%
BLUE value IS 189 (74.22% from 255) = 39.54%
R=29.29%
G=31.17%
B=39.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401491890.260.2100.26228.9827.0764.51
Hex8C95BD1A1501Ae51b41
Octal214225275322503234533101
Binary100011001001010110111101110101010101101011100101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C95BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C95BD; }

 p { color: rgb(140,149,189); }

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

<style>
 a { background-color: #8C95BD; }

 a { background-color: rgb(140,149,189); }

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

<style>
 span { border-color: #8C95BD; }

 span { border-color: rgb(140,149,189); }

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