Html Css Color HEX #726ABF Slate Blue

📋 copy color: '#726ABF'

red 114 ◦ green 106 ◦ blue 191

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

Shades of Slate Blue #726ABF

Tints of Slate Blue #726ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.79%

 BLUE value IS 191 (75% from 255) = 46.47%

R = 27.74%
G = 25.79%
B = 46.47%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#726ABF (or 0x726ABF) is known color: Slate Blue. HEX triplet: 72, 6A and BF. RGB value is (114,106,191). Sum of RGB (Red+Green+Blue) = 114+106+191=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #726ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ABF is #8D9540. Grayscale: #757575. Windows color (decimal): -9278785 or 12544626. OLE color: 12544626.

HSL color Cylindrical-coordinate representation of color #726ABF: hue angle of 245.65º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #726ABF is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 106 191 -
CMYK 0.40 0.45 0 0.25
HSL 245.65º 0.4% 0.58% -
HSV(B) 245.65º 0.45% 0.75% -
XYZ 21.5 17.65 51.56 -
YUV 118.08 169.15 125.09 -
System Red Green Blue C M Y K H S L
Decimal 114 106 191 0.40 0.45 0 0.25 245.65 0.4 0.58
Hex 72 6A BF 28 2D 0 19 F6 28 3A
Octal 162 152 277 50 55 0 31 366 50 72
Binary 1110010 1101010 10111111 101000 101101 0 11001 11110110 101000 111010

Color Harmonies of #726ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726ABF

Black with #726ABF

Text Example


Text Example

White with #726ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726ABF; }

 p { color: rgb(114,106,191); }

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

background-color css

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

 a { background-color: rgb(114,106,191); }

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

border-color css

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

 span { border-color: rgb(114,106,191); }

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