Html Css Color HEX #9E9CEE Portage

📋 copy color: '#9E9CEE'

red 158 ◦ green 156 ◦ blue 238

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

Shades of Portage #9E9CEE

Tints of Portage #9E9CEE

RGB

 RED value IS 158 (62.11% from 255) = 28.62%

 GREEN value IS 156 (61.33% from 255) = 28.26%

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

R = 28.62%
G = 28.26%
B = 43.12%

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

#9E9CEE (or 0x9E9CEE) is known color: Portage. HEX triplet: 9E, 9C and EE. RGB value is (158,156,238). Sum of RGB (Red+Green+Blue) = 158+156+238=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E9CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9CEE is #616311. Grayscale: #A5A5A5. Windows color (decimal): -6382354 or 15637662. OLE color: 15637662.

HSL color Cylindrical-coordinate representation of color #9E9CEE: hue angle of 241.46º degrees, saturation: 0.71, 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 #9E9CEE is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 156 238 -
CMYK 0.34 0.34 0 0.07
HSL 241.46º 0.71% 0.77% -
HSV(B) 241.46º 0.34% 0.93% -
XYZ 41.42 37.22 85.89 -
YUV 165.95 168.66 122.33 -
System Red Green Blue C M Y K H S L
Decimal 158 156 238 0.34 0.34 0 0.07 241.46 0.71 0.77
Hex 9E 9C EE 22 22 0 7 F1 47 4D
Octal 236 234 356 42 42 0 7 361 107 115
Binary 10011110 10011100 11101110 100010 100010 0 111 11110001 1000111 1001101

Color Harmonies of #9E9CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9CEE

Black with #9E9CEE

Text Example


Text Example

White with #9E9CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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