#9DB4FF

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

Shades of Perano #9DB4FF

Tints of Perano #9DB4FF

Color information

#9DB4FF (or 0x9DB4FF) is unknown color: approx Perano. HEX triplet: 9D, B4 and FF. RGB value is (157,180,255). Sum of RGB (Red+Green+Blue) = 157+180+255=592 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.52% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DB4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB4FF is #624B00. Grayscale: #B5B5B5. Windows color (decimal): -6441729 or 16757917. OLE color: 16757917.

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

Color convert

RGB157180255-
CMYK0.380.2900
HSL225.92º100%80.78%-
HSV(B)225.92º38.43%100%-
XYZ48.2847.03101.14-
YUV181.67169.38110.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.52%
GREEN value IS 180 (70.70% from 255) = 30.41%
BLUE value IS 255 (100% from 255) = 43.07%
R=26.52%
G=30.41%
B=43.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1571802550.380.2900225.9210080.78
Hex9DB4FF261D00e26451
Octal235264377463500342144121
Binary10011101101101001111111110011011101001110001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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