#9DB7FF

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

Shades of Perano #9DB7FF

Tints of Perano #9DB7FF

Color information

#9DB7FF (or 0x9DB7FF) is unknown color: approx Perano. HEX triplet: 9D, B7 and FF. RGB value is (157,183,255). Sum of RGB (Red+Green+Blue) = 157+183+255=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DB7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB7FF is #624800. Grayscale: #B7B7B7. Windows color (decimal): -6440961 or 16758685. OLE color: 16758685.

HSL color Cylindrical-coordinate representation of color #9DB7FF: hue angle of 224.08º 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 #9DB7FF is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB157183255-
CMYK0.380.2800
HSL224.08º100%80.78%-
HSV(B)224.08º38.43%100%-
XYZ48.8948.26101.35-
YUV183.43168.39109.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.39%
GREEN value IS 183 (71.88% from 255) = 30.76%
BLUE value IS 255 (100% from 255) = 42.86%
R=26.39%
G=30.76%
B=42.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1571832550.380.2800224.0810080.78
Hex9DB7FF261C00e06451
Octal235267377463400340144121
Binary10011101101101111111111110011011100001110000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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