Html Css Color HEX #9D9EEE Portage

📋 copy color: '#9D9EEE'

red 157 ◦ green 158 ◦ blue 238

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

Shades of Portage #9D9EEE

Tints of Portage #9D9EEE

RGB

 RED value IS 157 (61.72% from 255) = 28.39%

 GREEN value IS 158 (62.11% from 255) = 28.57%

 BLUE value IS 238 (93.36% from 255) = 43.04%

R = 28.39%
G = 28.57%
B = 43.04%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9D9EEE (or 0x9D9EEE) is known color: Portage. HEX triplet: 9D, 9E and EE. RGB value is (157,158,238). Sum of RGB (Red+Green+Blue) = 157+158+238=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D9EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9EEE is #626111. Grayscale: #A6A6A6. Windows color (decimal): -6447378 or 15638173. OLE color: 15638173.

HSL color Cylindrical-coordinate representation of color #9D9EEE: hue angle of 239.26º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D9EEE is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 158 238 -
CMYK 0.34 0.34 0 0.07
HSL 239.26º 0.7% 0.77% -
HSV(B) 239.26º 0.34% 0.93% -
XYZ 41.56 37.79 85.99 -
YUV 166.82 168.17 121 -
System Red Green Blue C M Y K H S L
Decimal 157 158 238 0.34 0.34 0 0.07 239.26 0.7 0.77
Hex 9D 9E EE 22 22 0 7 EF 46 4D
Octal 235 236 356 42 42 0 7 357 106 115
Binary 10011101 10011110 11101110 100010 100010 0 111 11101111 1000110 1001101

Color Harmonies of #9D9EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9EEE

Black with #9D9EEE

Text Example


Text Example

White with #9D9EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D9EEE; }

 p { color: rgb(157,158,238); }

 H1.HeaderClassName
 {
   color: #9D9EEE;
 }
 .AnyTagClassName
 {
   color: #9D9EEE;
 }
</style>

background-color css

<style>
 a { background-color: #9D9EEE; }

 a { background-color: rgb(157,158,238); }

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

border-color css

<style>
 span { border-color: #9D9EEE; }

 span { border-color: rgb(157,158,238); }

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