Html Css Color HEX #9C9CEB Portage

📋 copy color: '#9C9CEB'

red 156 ◦ green 156 ◦ blue 235

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

Shades of Portage #9C9CEB

Tints of Portage #9C9CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.96%

R = 28.52%
G = 28.52%
B = 42.96%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C9CEB (or 0x9C9CEB) is known color: Portage. HEX triplet: 9C, 9C and EB. RGB value is (156,156,235). Sum of RGB (Red+Green+Blue) = 156+156+235=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C9CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9CEB is #636314. Grayscale: #A4A4A4. Windows color (decimal): -6513429 or 15441052. OLE color: 15441052.

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

Color convert

RGB 156 156 235 -
CMYK 0.34 0.34 0 0.08
HSL 240º 0.66% 0.77% -
HSV(B) 240º 0.34% 0.92% -
XYZ 40.59 36.84 83.57 -
YUV 165.01 167.5 121.58 -
System Red Green Blue C M Y K H S L
Decimal 156 156 235 0.34 0.34 0 0.08 240 0.66 0.77
Hex 9C 9C EB 22 22 0 8 F0 42 4D
Octal 234 234 353 42 42 0 10 360 102 115
Binary 10011100 10011100 11101011 100010 100010 0 1000 11110000 1000010 1001101

Color Harmonies of #9C9CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9CEB

Black with #9C9CEB

Text Example


Text Example

White with #9C9CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,156,235); }

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

background-color css

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

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

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

border-color css

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

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

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