#9DB3FF

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

Shades of Perano #9DB3FF

Tints of Perano #9DB3FF

Color information

#9DB3FF (or 0x9DB3FF) is unknown color: approx Perano. HEX triplet: 9D, B3 and FF. RGB value is (157,179,255). Sum of RGB (Red+Green+Blue) = 157+179+255=591 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.57% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DB3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB3FF is #624C00. Grayscale: #B4B4B4. Windows color (decimal): -6441985 or 16757661. OLE color: 16757661.

HSL color Cylindrical-coordinate representation of color #9DB3FF: hue angle of 226.53º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DB3FF is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB157179255-
CMYK0.380.3000
HSL226.53º100%80.78%-
HSV(B)226.53º38.43%100%-
XYZ48.0746.63101.07-
YUV181.09169.71110.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.57%
GREEN value IS 179 (70.31% from 255) = 30.29%
BLUE value IS 255 (100% from 255) = 43.15%
R=26.57%
G=30.29%
B=43.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1571792550.380.3000226.5310080.78
Hex9DB3FF261E00e36451
Octal235263377463600343144121
Binary10011101101100111111111110011011110001110001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,179,255); }

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

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

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

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

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

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

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