Html Css Color HEX #8895DC Portage

📋 copy color: '#8895DC'

red 136 ◦ green 149 ◦ blue 220

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

Shades of Portage #8895DC

Tints of Portage #8895DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 26.93%
G = 29.5%
B = 43.56%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8895DC (or 0x8895DC) is known color: Portage. HEX triplet: 88, 95 and DC. RGB value is (136,149,220). Sum of RGB (Red+Green+Blue) = 136+149+220=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #8895DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8895DC is #776A23. Grayscale: #989898. Windows color (decimal): -7825956 or 14456200. OLE color: 14456200.

HSL color Cylindrical-coordinate representation of color #8895DC: hue angle of 230.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8895DC is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 149 220 -
CMYK 0.38 0.32 0 0.14
HSL 230.71º 0.55% 0.7% -
HSV(B) 230.71º 0.38% 0.86% -
XYZ 33.82 31.9 72.08 -
YUV 153.21 165.69 115.73 -
System Red Green Blue C M Y K H S L
Decimal 136 149 220 0.38 0.32 0 0.14 230.71 0.55 0.7
Hex 88 95 DC 26 20 0 E E7 37 46
Octal 210 225 334 46 40 0 16 347 67 106
Binary 10001000 10010101 11011100 100110 100000 0 1110 11100111 110111 1000110

Color Harmonies of #8895DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8895DC

Black with #8895DC

Text Example


Text Example

White with #8895DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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