Html Css Color HEX #7265AB Scampi

📋 copy color: '#7265AB'

red 114 ◦ green 101 ◦ blue 171

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

Shades of Scampi #7265AB

Tints of Scampi #7265AB

RGB

 RED value IS 114 (44.92% from 255) = 29.53%

 GREEN value IS 101 (39.84% from 255) = 26.17%

 BLUE value IS 171 (67.19% from 255) = 44.3%

R = 29.53%
G = 26.17%
B = 44.3%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7265AB (or 0x7265AB) is known color: Scampi. HEX triplet: 72, 65 and AB. RGB value is (114,101,171). Sum of RGB (Red+Green+Blue) = 114+101+171=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #7265AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7265AB is #8D9A54. Grayscale: #707070. Windows color (decimal): -9280085 or 11232626. OLE color: 11232626.

HSL color Cylindrical-coordinate representation of color #7265AB: hue angle of 251.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7265AB is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 101 171 -
CMYK 0.33 0.41 0 0.33
HSL 251.14º 0.29% 0.53% -
HSV(B) 251.14º 0.41% 0.67% -
XYZ 18.94 15.83 40.58 -
YUV 112.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 114 101 171 0.33 0.41 0 0.33 251.14 0.29 0.53
Hex 72 65 AB 21 29 0 21 FB 1D 35
Octal 162 145 253 41 51 0 41 373 35 65
Binary 1110010 1100101 10101011 100001 101001 0 100001 11111011 11101 110101

Color Harmonies of #7265AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7265AB

Black with #7265AB

Text Example


Text Example

White with #7265AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7265AB; }

 p { color: rgb(114,101,171); }

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

background-color css

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

 a { background-color: rgb(114,101,171); }

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

border-color css

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

 span { border-color: rgb(114,101,171); }

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