#A7B8EA

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

Shades of Perano #A7B8EA

Tints of Perano #A7B8EA

Color information

#A7B8EA (or 0xA7B8EA) is unknown color: approx Perano. HEX triplet: A7, B8 and EA. RGB value is (167,184,234). Sum of RGB (Red+Green+Blue) = 167+184+234=585 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.55% from 585); Green value is 184 (72.27% from 255 or 31.45% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #A7B8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7B8EA is #584715. Grayscale: #B8B8B8. Windows color (decimal): -5785366 or 15382695. OLE color: 15382695.

HSL color Cylindrical-coordinate representation of color #A7B8EA: hue angle of 224.78º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7B8EA is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167184234-
CMYK0.290.2100.08
HSL224.78º61.47%78.63%-
HSV(B)224.78º28.63%91.76%-
XYZ47.9348.4484.67-
YUV184.62155.87115.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.55%
GREEN value IS 184 (72.27% from 255) = 31.45%
BLUE value IS 234 (91.80% from 255) = 40%
R=28.55%
G=31.45%
B=40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671842340.290.2100.08224.7861.4778.63
HexA7B8EA1D1508e13d4f
Octal247270352352501034175117
Binary101001111011100011101010111011010101000111000011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B8EA; }

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

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

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

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

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

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

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

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