Html Css Color HEX #8995DC Portage

📋 copy color: '#8995DC'

red 137 ◦ green 149 ◦ blue 220

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

Shades of Portage #8995DC

Tints of Portage #8995DC

RGB

 RED value IS 137 (53.91% from 255) = 27.08%

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

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

R = 27.08%
G = 29.45%
B = 43.48%

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

#8995DC (or 0x8995DC) is known color: Portage. HEX triplet: 89, 95 and DC. RGB value is (137,149,220). Sum of RGB (Red+Green+Blue) = 137+149+220=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #8995DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8995DC is #766A23. Grayscale: #999999. Windows color (decimal): -7760420 or 14456201. OLE color: 14456201.

HSL color Cylindrical-coordinate representation of color #8995DC: hue angle of 231.33º degrees, saturation: 0.54, 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 #8995DC is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 149 220 -
CMYK 0.38 0.32 0 0.14
HSL 231.33º 0.54% 0.7% -
HSV(B) 231.33º 0.38% 0.86% -
XYZ 33.98 31.98 72.09 -
YUV 153.51 165.52 116.23 -
System Red Green Blue C M Y K H S L
Decimal 137 149 220 0.38 0.32 0 0.14 231.33 0.54 0.7
Hex 89 95 DC 26 20 0 E E7 36 46
Octal 211 225 334 46 40 0 16 347 66 106
Binary 10001001 10010101 11011100 100110 100000 0 1110 11100111 110110 1000110

Color Harmonies of #8995DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8995DC

Black with #8995DC

Text Example


Text Example

White with #8995DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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