Html Css Color HEX #8895CD Portage

📋 copy color: '#8895CD'

red 136 ◦ green 149 ◦ blue 205

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

Shades of Portage #8895CD

Tints of Portage #8895CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 27.76%
G = 30.41%
B = 41.84%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8895CD (or 0x8895CD) is known color: Portage. HEX triplet: 88, 95 and CD. RGB value is (136,149,205). Sum of RGB (Red+Green+Blue) = 136+149+205=490 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.76% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #8895CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8895CD is #776A32. Grayscale: #979797. Windows color (decimal): -7825971 or 13473160. OLE color: 13473160.

HSL color Cylindrical-coordinate representation of color #8895CD: hue angle of 228.7º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8895CD is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 149 205 -
CMYK 0.34 0.27 0 0.20
HSL 228.7º 0.41% 0.67% -
HSV(B) 228.7º 0.34% 0.8% -
XYZ 31.92 31.14 62.09 -
YUV 151.5 158.19 116.95 -
System Red Green Blue C M Y K H S L
Decimal 136 149 205 0.34 0.27 0 0.20 228.7 0.41 0.67
Hex 88 95 CD 22 1B 0 14 E5 29 43
Octal 210 225 315 42 33 0 24 345 51 103
Binary 10001000 10010101 11001101 100010 11011 0 10100 11100101 101001 1000011

Color Harmonies of #8895CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8895CD

Black with #8895CD

Text Example


Text Example

White with #8895CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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