Html Css Color HEX #9D9FEB Portage

📋 copy color: '#9D9FEB'

red 157 ◦ green 159 ◦ blue 235

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

Shades of Portage #9D9FEB

Tints of Portage #9D9FEB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.86%

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

R = 28.49%
G = 28.86%
B = 42.65%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9D9FEB (or 0x9D9FEB) is known color: Portage. HEX triplet: 9D, 9F and EB. RGB value is (157,159,235). Sum of RGB (Red+Green+Blue) = 157+159+235=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D9FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9FEB is #626014. Grayscale: #A6A6A6. Windows color (decimal): -6447125 or 15441821. OLE color: 15441821.

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

Color convert

RGB 157 159 235 -
CMYK 0.33 0.32 0 0.08
HSL 238.46º 0.66% 0.77% -
HSV(B) 238.46º 0.33% 0.92% -
XYZ 41.3 37.96 83.75 -
YUV 167.07 166.34 120.82 -
System Red Green Blue C M Y K H S L
Decimal 157 159 235 0.33 0.32 0 0.08 238.46 0.66 0.77
Hex 9D 9F EB 21 20 0 8 EE 42 4D
Octal 235 237 353 41 40 0 10 356 102 115
Binary 10011101 10011111 11101011 100001 100000 0 1000 11101110 1000010 1001101

Color Harmonies of #9D9FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9FEB

Black with #9D9FEB

Text Example


Text Example

White with #9D9FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,159,235); }

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

background-color css

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

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

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

border-color css

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

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

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