Html Css Color HEX #8999CF Portage

📋 copy color: '#8999CF'

red 137 ◦ green 153 ◦ blue 207

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

Shades of Portage #8999CF

Tints of Portage #8999CF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.78%

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 27.57%
G = 30.78%
B = 41.65%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8999CF (or 0x8999CF) is known color: Portage. HEX triplet: 89, 99 and CF. RGB value is (137,153,207). Sum of RGB (Red+Green+Blue) = 137+153+207=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #8999CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8999CF is #766630. Grayscale: #9A9A9A. Windows color (decimal): -7759409 or 13605257. OLE color: 13605257.

HSL color Cylindrical-coordinate representation of color #8999CF: hue angle of 226.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8999CF is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 153 207 -
CMYK 0.34 0.26 0 0.19
HSL 226.29º 0.42% 0.67% -
HSV(B) 226.29º 0.34% 0.81% -
XYZ 32.97 32.61 63.59 -
YUV 154.37 157.7 115.61 -
System Red Green Blue C M Y K H S L
Decimal 137 153 207 0.34 0.26 0 0.19 226.29 0.42 0.67
Hex 89 99 CF 22 1A 0 13 E2 2A 43
Octal 211 231 317 42 32 0 23 342 52 103
Binary 10001001 10011001 11001111 100010 11010 0 10011 11100010 101010 1000011

Color Harmonies of #8999CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8999CF

Black with #8999CF

Text Example


Text Example

White with #8999CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8999CF; }

 p { color: rgb(137,153,207); }

 H1.HeaderClassName
 {
   color: #8999CF;
 }
 .AnyTagClassName
 {
   color: #8999CF;
 }
</style>

background-color css

<style>
 a { background-color: #8999CF; }

 a { background-color: rgb(137,153,207); }

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

border-color css

<style>
 span { border-color: #8999CF; }

 span { border-color: rgb(137,153,207); }

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