Html Css Color HEX #8995D6 Portage

📋 copy color: '#8995D6'

red 137 ◦ green 149 ◦ blue 214

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

Shades of Portage #8995D6

Tints of Portage #8995D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.8%

R = 27.4%
G = 29.8%
B = 42.8%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8995D6 (or 0x8995D6) is known color: Portage. HEX triplet: 89, 95 and D6. RGB value is (137,149,214). Sum of RGB (Red+Green+Blue) = 137+149+214=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #8995D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8995D6 is #766A29. Grayscale: #989898. Windows color (decimal): -7760426 or 14062985. OLE color: 14062985.

HSL color Cylindrical-coordinate representation of color #8995D6: hue angle of 230.65º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8995D6 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 149 214 -
CMYK 0.36 0.30 0 0.16
HSL 230.65º 0.48% 0.69% -
HSV(B) 230.65º 0.36% 0.84% -
XYZ 33.2 31.67 67.98 -
YUV 152.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 137 149 214 0.36 0.30 0 0.16 230.65 0.48 0.69
Hex 89 95 D6 24 1E 0 10 E7 30 45
Octal 211 225 326 44 36 0 20 347 60 105
Binary 10001001 10010101 11010110 100100 11110 0 10000 11100111 110000 1000101

Color Harmonies of #8995D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8995D6

Black with #8995D6

Text Example


Text Example

White with #8995D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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