#ADB7FF

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

Shades of Perano #ADB7FF

Tints of Perano #ADB7FF

Color information

#ADB7FF (or 0xADB7FF) is unknown color: approx Perano. HEX triplet: AD, B7 and FF. RGB value is (173,183,255). Sum of RGB (Red+Green+Blue) = 173+183+255=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADB7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB7FF is #524800. Grayscale: #BBBBBB. Windows color (decimal): -5392385 or 16758701. OLE color: 16758701.

HSL color Cylindrical-coordinate representation of color #ADB7FF: hue angle of 232.68º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADB7FF is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB173183255-
CMYK0.320.2800
HSL232.68º100%83.92%-
HSV(B)232.68º32.16%100%-
XYZ52.2249.97101.5-
YUV188.22165.69117.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.31%
GREEN value IS 183 (71.88% from 255) = 29.95%
BLUE value IS 255 (100% from 255) = 41.73%
R=28.31%
G=29.95%
B=41.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1731832550.320.2800232.6810083.92
HexADB7FF201C00e96454
Octal255267377403400351144124
Binary10101101101101111111111110000011100001110100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB7FF; }

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

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

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

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

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

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

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

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