Html Css Color HEX #A7B0EC Perano

📋 copy color: '#A7B0EC'

red 167 ◦ green 176 ◦ blue 236

#A7B0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #A7B0EC

Tints of Perano #A7B0EC

RGB

 RED value IS 167 (65.63% from 255) = 28.84%

 GREEN value IS 176 (69.14% from 255) = 30.4%

 BLUE value IS 236 (92.58% from 255) = 40.76%

R = 28.84%
G = 30.4%
B = 40.76%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A7B0EC (or 0xA7B0EC) is known color: Perano. HEX triplet: A7, B0 and EC. RGB value is (167,176,236). Sum of RGB (Red+Green+Blue) = 167+176+236=579 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.84% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7B0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7B0EC is #584F13. Grayscale: #B3B3B3. Windows color (decimal): -5787412 or 15511719. OLE color: 15511719.

HSL color Cylindrical-coordinate representation of color #A7B0EC: hue angle of 232.17º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7B0EC is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 176 236 -
CMYK 0.29 0.25 0 0.07
HSL 232.17º 0.64% 0.79% -
HSV(B) 232.17º 0.29% 0.93% -
XYZ 46.6 45.32 85.65 -
YUV 180.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 167 176 236 0.29 0.25 0 0.07 232.17 0.64 0.79
Hex A7 B0 EC 1D 19 0 7 E8 40 4F
Octal 247 260 354 35 31 0 7 350 100 117
Binary 10100111 10110000 11101100 11101 11001 0 111 11101000 1000000 1001111

Color Harmonies of #A7B0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B0EC

Black with #A7B0EC

Text Example


Text Example

White with #A7B0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B0EC; }

 p { color: rgb(167,176,236); }

 H1.HeaderClassName
 {
   color: #A7B0EC;
 }
 .AnyTagClassName
 {
   color: #A7B0EC;
 }
</style>

background-color css

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

 a { background-color: rgb(167,176,236); }

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

border-color css

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

 span { border-color: rgb(167,176,236); }

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