Html Css Color HEX #8895BD Wild Blue Yonder

📋 copy color: '#8895BD'

red 136 ◦ green 149 ◦ blue 189

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

Shades of Wild Blue Yonder #8895BD

Tints of Wild Blue Yonder #8895BD

RGB

 RED value IS 136 (53.52% from 255) = 28.69%

 GREEN value IS 149 (58.59% from 255) = 31.43%

 BLUE value IS 189 (74.22% from 255) = 39.87%

R = 28.69%
G = 31.43%
B = 39.87%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8895BD (or 0x8895BD) is known color: Wild Blue Yonder. HEX triplet: 88, 95 and BD. RGB value is (136,149,189). Sum of RGB (Red+Green+Blue) = 136+149+189=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #8895BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8895BD is #776A42. Grayscale: #959595. Windows color (decimal): -7825987 or 12424584. OLE color: 12424584.

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

Color convert

RGB 136 149 189 -
CMYK 0.28 0.21 0 0.26
HSL 225.28º 0.29% 0.64% -
HSV(B) 225.28º 0.28% 0.74% -
XYZ 30.09 30.4 52.43 -
YUV 149.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 136 149 189 0.28 0.21 0 0.26 225.28 0.29 0.64
Hex 88 95 BD 1C 15 0 1A E1 1D 40
Octal 210 225 275 34 25 0 32 341 35 100
Binary 10001000 10010101 10111101 11100 10101 0 11010 11100001 11101 1000000

Color Harmonies of #8895BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8895BD

Black with #8895BD

Text Example


Text Example

White with #8895BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8895BD; }

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

 H1.HeaderClassName
 {
   color: #8895BD;
 }
 .AnyTagClassName
 {
   color: #8895BD;
 }
</style>

background-color css

<style>
 a { background-color: #8895BD; }

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

 div.DivClassName
 {
   background-color: #8895BD;
 }
 .BgClassName
 {
   background-color: #8895BD;
 }
</style>

border-color css

<style>
 span { border-color: #8895BD; }

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

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