#A7B7FC

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

Shades of Perano #A7B7FC

Tints of Perano #A7B7FC

Color information

#A7B7FC (or 0xA7B7FC) is unknown color: approx Perano. HEX triplet: A7, B7 and FC. RGB value is (167,183,252). Sum of RGB (Red+Green+Blue) = 167+183+252=602 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.74% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #A7B7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7B7FC is #584803. Grayscale: #B9B9B9. Windows color (decimal): -5785604 or 16562087. OLE color: 16562087.

HSL color Cylindrical-coordinate representation of color #A7B7FC: hue angle of 228.71º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7B7FC is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB167183252-
CMYK0.340.2700.01
HSL228.71º93.41%82.16%-
HSV(B)228.71º33.73%98.82%-
XYZ50.4449.1198.92-
YUV186.08165.2114.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.74%
GREEN value IS 183 (71.88% from 255) = 30.40%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=27.74%
G=30.40%
B=41.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1671832520.340.2700.01228.7193.4182.16
HexA7B7FC221B01e55d52
Octal247267374423301345135122
Binary10100111101101111111110010001011011011110010110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B7FC; }

 p { color: rgb(167,183,252); }

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

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

 a { background-color: rgb(167,183,252); }

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

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

 span { border-color: rgb(167,183,252); }

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