#9D9DFA

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

Shades of Perano #9D9DFA

Tints of Perano #9D9DFA

Color information

#9D9DFA (or 0x9D9DFA) is unknown color: approx Perano. HEX triplet: 9D, 9D and FA. RGB value is (157,157,250). Sum of RGB (Red+Green+Blue) = 157+157+250=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D9DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9DFA is #626205. Grayscale: #A7A7A7. Windows color (decimal): -6447622 or 16424349. OLE color: 16424349.

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

Color convert

RGB157157250-
CMYK0.370.3700.02
HSL240º90.29%79.8%-
HSV(B)240º37.2%98.04%-
XYZ43.2238.1895.53-
YUV167.6174.5120.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.84%
GREEN value IS 157 (61.72% from 255) = 27.84%
BLUE value IS 250 (98.05% from 255) = 44.33%
R=27.84%
G=27.84%
B=44.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1571572500.370.3700.0224090.2979.8
Hex9D9DFA252502f05a50
Octal235235372454502360132120
Binary1001110110011101111110101001011001010101111000010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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