Html Css Color HEX #9C9CED Portage

📋 copy color: '#9C9CED'

red 156 ◦ green 156 ◦ blue 237

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

Shades of Portage #9C9CED

Tints of Portage #9C9CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.17%

R = 28.42%
G = 28.42%
B = 43.17%

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

#9C9CED (or 0x9C9CED) is known color: Portage. HEX triplet: 9C, 9C and ED. RGB value is (156,156,237). Sum of RGB (Red+Green+Blue) = 156+156+237=549 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.42% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C9CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9CED is #636312. Grayscale: #A4A4A4. Windows color (decimal): -6513427 or 15572124. OLE color: 15572124.

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

Color convert

RGB 156 156 237 -
CMYK 0.34 0.34 0 0.07
HSL 240º 0.69% 0.77% -
HSV(B) 240º 0.34% 0.93% -
XYZ 40.88 36.96 85.1 -
YUV 165.23 168.5 121.41 -
System Red Green Blue C M Y K H S L
Decimal 156 156 237 0.34 0.34 0 0.07 240 0.69 0.77
Hex 9C 9C ED 22 22 0 7 F0 45 4D
Octal 234 234 355 42 42 0 7 360 105 115
Binary 10011100 10011100 11101101 100010 100010 0 111 11110000 1000101 1001101

Color Harmonies of #9C9CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9CED

Black with #9C9CED

Text Example


Text Example

White with #9C9CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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