Html Css Color HEX #9D9CED Portage

📋 copy color: '#9D9CED'

red 157 ◦ green 156 ◦ blue 237

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

Shades of Portage #9D9CED

Tints of Portage #9D9CED

RGB

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

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

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

R = 28.55%
G = 28.36%
B = 43.09%

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

#9D9CED (or 0x9D9CED) is known color: Portage. HEX triplet: 9D, 9C and ED. RGB value is (157,156,237). Sum of RGB (Red+Green+Blue) = 157+156+237=550 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.55% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D9CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9CED is #626312. Grayscale: #A5A5A5. Windows color (decimal): -6447891 or 15572125. OLE color: 15572125.

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

Color convert

RGB 157 156 237 -
CMYK 0.34 0.34 0 0.07
HSL 240.74º 0.69% 0.77% -
HSV(B) 240.74º 0.34% 0.93% -
XYZ 41.08 37.06 85.11 -
YUV 165.53 168.33 121.91 -
System Red Green Blue C M Y K H S L
Decimal 157 156 237 0.34 0.34 0 0.07 240.74 0.69 0.77
Hex 9D 9C ED 22 22 0 7 F1 45 4D
Octal 235 234 355 42 42 0 7 361 105 115
Binary 10011101 10011100 11101101 100010 100010 0 111 11110001 1000101 1001101

Color Harmonies of #9D9CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9CED

Black with #9D9CED

Text Example


Text Example

White with #9D9CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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