Html Css Color HEX #999DE1 Portage

📋 copy color: '#999DE1'

red 153 ◦ green 157 ◦ blue 225

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

Shades of Portage #999DE1

Tints of Portage #999DE1

RGB

 RED value IS 153 (60.16% from 255) = 28.6%

 GREEN value IS 157 (61.72% from 255) = 29.35%

 BLUE value IS 225 (88.28% from 255) = 42.06%

R = 28.6%
G = 29.35%
B = 42.06%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#999DE1 (or 0x999DE1) is known color: Portage. HEX triplet: 99, 9D and E1. RGB value is (153,157,225). Sum of RGB (Red+Green+Blue) = 153+157+225=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #999DE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DE1 is #66621E. Grayscale: #A3A3A3. Windows color (decimal): -6709791 or 14785945. OLE color: 14785945.

HSL color Cylindrical-coordinate representation of color #999DE1: hue angle of 236.67º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #999DE1 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 157 225 -
CMYK 0.32 0.30 0 0.12
HSL 236.67º 0.55% 0.74% -
HSV(B) 236.67º 0.32% 0.88% -
XYZ 38.78 36.32 76.2 -
YUV 163.56 162.67 120.47 -
System Red Green Blue C M Y K H S L
Decimal 153 157 225 0.32 0.30 0 0.12 236.67 0.55 0.74
Hex 99 9D E1 20 1E 0 C ED 37 4A
Octal 231 235 341 40 36 0 14 355 67 112
Binary 10011001 10011101 11100001 100000 11110 0 1100 11101101 110111 1001010

Color Harmonies of #999DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999DE1

Black with #999DE1

Text Example


Text Example

White with #999DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999DE1; }

 p { color: rgb(153,157,225); }

 H1.HeaderClassName
 {
   color: #999DE1;
 }
 .AnyTagClassName
 {
   color: #999DE1;
 }
</style>

background-color css

<style>
 a { background-color: #999DE1; }

 a { background-color: rgb(153,157,225); }

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

border-color css

<style>
 span { border-color: #999DE1; }

 span { border-color: rgb(153,157,225); }

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