Html Css Color HEX #9C9EE8 Portage

📋 copy color: '#9C9EE8'

red 156 ◦ green 158 ◦ blue 232

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

Shades of Portage #9C9EE8

Tints of Portage #9C9EE8

RGB

 RED value IS 156 (61.33% from 255) = 28.57%

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

 BLUE value IS 232 (91.02% from 255) = 42.49%

R = 28.57%
G = 28.94%
B = 42.49%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9C9EE8 (or 0x9C9EE8) is known color: Portage. HEX triplet: 9C, 9E and E8. RGB value is (156,158,232). Sum of RGB (Red+Green+Blue) = 156+158+232=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 232 - color contains mainly: blue. Hex color #9C9EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9EE8 is #636117. Grayscale: #A5A5A5. Windows color (decimal): -6512920 or 15244956. OLE color: 15244956.

HSL color Cylindrical-coordinate representation of color #9C9EE8: hue angle of 238.42º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C9EE8 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 156 158 232 -
CMYK 0.33 0.32 0 0.09
HSL 238.42º 0.62% 0.76% -
HSV(B) 238.42º 0.33% 0.91% -
XYZ 40.5 37.35 81.42 -
YUV 165.84 165.34 120.98 -
System Red Green Blue C M Y K H S L
Decimal 156 158 232 0.33 0.32 0 0.09 238.42 0.62 0.76
Hex 9C 9E E8 21 20 0 9 EE 3E 4C
Octal 234 236 350 41 40 0 11 356 76 114
Binary 10011100 10011110 11101000 100001 100000 0 1001 11101110 111110 1001100

Color Harmonies of #9C9EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9EE8

Black with #9C9EE8

Text Example


Text Example

White with #9C9EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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