Html Css Color HEX #726ACC Slate Blue

📋 copy color: '#726ACC'

red 114 ◦ green 106 ◦ blue 204

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

Shades of Slate Blue #726ACC

Tints of Slate Blue #726ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 26.89%
G = 25%
B = 48.11%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#726ACC (or 0x726ACC) is known color: Slate Blue. HEX triplet: 72, 6A and CC. RGB value is (114,106,204). Sum of RGB (Red+Green+Blue) = 114+106+204=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #726ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ACC is #8D9533. Grayscale: #777777. Windows color (decimal): -9278772 or 13396594. OLE color: 13396594.

HSL color Cylindrical-coordinate representation of color #726ACC: hue angle of 244.9º degrees, saturation: 0.49, 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 #726ACC is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 106 204 -
CMYK 0.44 0.48 0 0.2
HSL 244.9º 0.49% 0.61% -
HSV(B) 244.9º 0.48% 0.8% -
XYZ 22.99 18.25 59.44 -
YUV 119.56 175.65 124.03 -
System Red Green Blue C M Y K H S L
Decimal 114 106 204 0.44 0.48 0 0.2 244.9 0.49 0.61
Hex 72 6A CC 2C 30 0 14 F5 31 3D
Octal 162 152 314 54 60 0 24 365 61 75
Binary 1110010 1101010 11001100 101100 110000 0 10100 11110101 110001 111101

Color Harmonies of #726ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726ACC

Black with #726ACC

Text Example


Text Example

White with #726ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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