Html Css Color HEX #A7B2EA Perano

📋 copy color: '#A7B2EA'

red 167 ◦ green 178 ◦ blue 234

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

Shades of Perano #A7B2EA

Tints of Perano #A7B2EA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.74%

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 28.84%
G = 30.74%
B = 40.41%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A7B2EA (or 0xA7B2EA) is known color: Perano. HEX triplet: A7, B2 and EA. RGB value is (167,178,234). Sum of RGB (Red+Green+Blue) = 167+178+234=579 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.84% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #A7B2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7B2EA is #584D15. Grayscale: #B4B4B4. Windows color (decimal): -5786902 or 15381159. OLE color: 15381159.

HSL color Cylindrical-coordinate representation of color #A7B2EA: hue angle of 230.15º 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 #A7B2EA is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 178 234 -
CMYK 0.29 0.24 0 0.08
HSL 230.15º 0.61% 0.79% -
HSV(B) 230.15º 0.29% 0.92% -
XYZ 46.71 46 84.26 -
YUV 181.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 167 178 234 0.29 0.24 0 0.08 230.15 0.61 0.79
Hex A7 B2 EA 1D 18 0 8 E6 3D 4F
Octal 247 262 352 35 30 0 10 346 75 117
Binary 10100111 10110010 11101010 11101 11000 0 1000 11100110 111101 1001111

Color Harmonies of #A7B2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B2EA

Black with #A7B2EA

Text Example


Text Example

White with #A7B2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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