Html Css Color HEX #8C95BD Wild Blue Yonder

📋 copy color: '#8C95BD'

red 140 ◦ green 149 ◦ blue 189

#8C95BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #8C95BD

Tints of Wild Blue Yonder #8C95BD

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 value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C95BD (or 0x8C95BD) is known color: 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

RGB 140 149 189 -
CMYK 0.26 0.21 0 0.26
HSL 228.98º 0.27% 0.65% -
HSV(B) 228.98º 0.26% 0.74% -
XYZ 30.75 30.74 52.46 -
YUV 150.87 149.52 120.25 -
System Red Green Blue C M Y K H S L
Decimal 140 149 189 0.26 0.21 0 0.26 228.98 0.27 0.65
Hex 8C 95 BD 1A 15 0 1A E5 1B 41
Octal 214 225 275 32 25 0 32 345 33 101
Binary 10001100 10010101 10111101 11010 10101 0 11010 11100101 11011 1000001

Color Harmonies of #8C95BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C95BD

Black with #8C95BD

Text Example


Text Example

White with #8C95BD

Text Example


Text Example

HTML Codes & Css Web 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>