Html Css Color HEX #8995CA Portage

📋 copy color: '#8995CA'

red 137 ◦ green 149 ◦ blue 202

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

Shades of Portage #8995CA

Tints of Portage #8995CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.39%

R = 28.07%
G = 30.53%
B = 41.39%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8995CA (or 0x8995CA) is known color: Portage. HEX triplet: 89, 95 and CA. RGB value is (137,149,202). Sum of RGB (Red+Green+Blue) = 137+149+202=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #8995CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8995CA is #766A35. Grayscale: #979797. Windows color (decimal): -7760438 or 13276553. OLE color: 13276553.

HSL color Cylindrical-coordinate representation of color #8995CA: hue angle of 228.92º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8995CA is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 149 202 -
CMYK 0.32 0.26 0 0.21
HSL 228.92º 0.38% 0.66% -
HSV(B) 228.92º 0.32% 0.79% -
XYZ 31.72 31.08 60.2 -
YUV 151.45 156.52 117.69 -
System Red Green Blue C M Y K H S L
Decimal 137 149 202 0.32 0.26 0 0.21 228.92 0.38 0.66
Hex 89 95 CA 20 1A 0 15 E5 26 42
Octal 211 225 312 40 32 0 25 345 46 102
Binary 10001001 10010101 11001010 100000 11010 0 10101 11100101 100110 1000010

Color Harmonies of #8995CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8995CA

Black with #8995CA

Text Example


Text Example

White with #8995CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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