#9D9CFA

Color #9D9CFA Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #9D9CFA

Tints of Portage #9D9CFA

Color information

#9D9CFA (or 0x9D9CFA) is unknown color: approx Portage. HEX triplet: 9D, 9C and FA. RGB value is (157,156,250). Sum of RGB (Red+Green+Blue) = 157+156+250=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D9CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9CFA is #626305. Grayscale: #A6A6A6. Windows color (decimal): -6447878 or 16424093. OLE color: 16424093.

HSL color Cylindrical-coordinate representation of color #9D9CFA: hue angle of 240.64º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D9CFA is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157156250-
CMYK0.370.3800.02
HSL240.64º90.38%79.61%-
HSV(B)240.64º37.6%98.04%-
XYZ43.0537.8595.48-
YUV167.02174.83120.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.89%
GREEN value IS 156 (61.33% from 255) = 27.71%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=27.89%
G=27.71%
B=44.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1571562500.370.3800.02240.6490.3879.61
Hex9D9CFA252602f15a50
Octal235234372454602361132120
Binary1001110110011100111110101001011001100101111000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D9CFA;
 }
 .AnyTagClassName
 {
   color: #9D9CFA;
 }
</style>
background-color css

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

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

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

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

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

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