Html Css Color HEX #B7A7E8 Melrose

📋 copy color: '#B7A7E8'

red 183 ◦ green 167 ◦ blue 232

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

Shades of Melrose #B7A7E8

Tints of Melrose #B7A7E8

RGB

 RED value IS 183 (71.88% from 255) = 31.44%

 GREEN value IS 167 (65.63% from 255) = 28.69%

 BLUE value IS 232 (91.02% from 255) = 39.86%

R = 31.44%
G = 28.69%
B = 39.86%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B7A7E8 (or 0xB7A7E8) is known color: Melrose. HEX triplet: B7, A7 and E8. RGB value is (183,167,232). Sum of RGB (Red+Green+Blue) = 183+167+232=582 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.44% from 582); Green value is 167 (65.62% from 255 or 28.69% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 232 - color contains mainly: blue. Hex color #B7A7E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A7E8 is #485817. Grayscale: #B2B2B2. Windows color (decimal): -4741144 or 15247287. OLE color: 15247287.

HSL color Cylindrical-coordinate representation of color #B7A7E8: hue angle of 254.77º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7A7E8 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 183 167 232 -
CMYK 0.21 0.28 0 0.09
HSL 254.77º 0.59% 0.78% -
HSV(B) 254.77º 0.28% 0.91% -
XYZ 47.91 43.53 82.22 -
YUV 179.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 183 167 232 0.21 0.28 0 0.09 254.77 0.59 0.78
Hex B7 A7 E8 15 1C 0 9 FF 3B 4E
Octal 267 247 350 25 34 0 11 377 73 116
Binary 10110111 10100111 11101000 10101 11100 0 1001 11111111 111011 1001110

Color Harmonies of #B7A7E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A7E8

Black with #B7A7E8

Text Example


Text Example

White with #B7A7E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A7E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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