#A7B8FF

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

Shades of Perano #A7B8FF

Tints of Perano #A7B8FF

Color information

#A7B8FF (or 0xA7B8FF) is unknown color: approx Perano. HEX triplet: A7, B8 and FF. RGB value is (167,184,255). Sum of RGB (Red+Green+Blue) = 167+184+255=606 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.56% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7B8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7B8FF is #584700. Grayscale: #BABABA. Windows color (decimal): -5785345 or 16758951. OLE color: 16758951.

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

Color convert

RGB167184255-
CMYK0.350.2800
HSL228.41º100%82.75%-
HSV(B)228.41º34.51%100%-
XYZ51.1349.72101.51-
YUV187.01166.37113.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.56%
GREEN value IS 184 (72.27% from 255) = 30.36%
BLUE value IS 255 (100% from 255) = 42.08%
R=27.56%
G=30.36%
B=42.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1671842550.350.2800228.4110082.75
HexA7B8FF231C00e46453
Octal247270377433400344144123
Binary10100111101110001111111110001111100001110010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B8FF; }

 p { color: rgb(167,184,255); }

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

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

 a { background-color: rgb(167,184,255); }

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

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

 span { border-color: rgb(167,184,255); }

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