#9D9FFD

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

Shades of Perano #9D9FFD

Tints of Perano #9D9FFD

Color information

#9D9FFD (or 0x9D9FFD) is unknown color: approx Perano. HEX triplet: 9D, 9F and FD. RGB value is (157,159,253). Sum of RGB (Red+Green+Blue) = 157+159+253=569 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.59% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D9FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9FFD is #626002. Grayscale: #A8A8A8. Windows color (decimal): -6447107 or 16621469. OLE color: 16621469.

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

Color convert

RGB157159253-
CMYK0.380.3700.01
HSL238.75º96%80.39%-
HSV(B)238.75º37.94%99.22%-
XYZ44.0339.0698.15-
YUV169.12175.34119.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.59%
GREEN value IS 159 (62.5% from 255) = 27.94%
BLUE value IS 253 (99.22% from 255) = 44.46%
R=27.59%
G=27.94%
B=44.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571592530.380.3700.01238.759680.39
Hex9D9FFD262501ef6050
Octal235237375464501357140120
Binary100111011001111111111101100110100101011110111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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