Html Css Color HEX #726ACB Slate Blue

📋 copy color: '#726ACB'

red 114 ◦ green 106 ◦ blue 203

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

Shades of Slate Blue #726ACB

Tints of Slate Blue #726ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 26.95%
G = 25.06%
B = 47.99%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#726ACB (or 0x726ACB) is known color: Slate Blue. HEX triplet: 72, 6A and CB. RGB value is (114,106,203). Sum of RGB (Red+Green+Blue) = 114+106+203=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #726ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ACB is #8D9534. Grayscale: #777777. Windows color (decimal): -9278773 or 13331058. OLE color: 13331058.

HSL color Cylindrical-coordinate representation of color #726ACB: hue angle of 244.95º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #726ACB is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 106 203 -
CMYK 0.44 0.48 0 0.20
HSL 244.95º 0.48% 0.61% -
HSV(B) 244.95º 0.48% 0.8% -
XYZ 22.87 18.2 58.81 -
YUV 119.45 175.15 124.11 -
System Red Green Blue C M Y K H S L
Decimal 114 106 203 0.44 0.48 0 0.20 244.95 0.48 0.61
Hex 72 6A CB 2C 30 0 14 F5 30 3D
Octal 162 152 313 54 60 0 24 365 60 75
Binary 1110010 1101010 11001011 101100 110000 0 10100 11110101 110000 111101

Color Harmonies of #726ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726ACB

Black with #726ACB

Text Example


Text Example

White with #726ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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