Html Css Color HEX #726ACD Slate Blue

📋 copy color: '#726ACD'

red 114 ◦ green 106 ◦ blue 205

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

Shades of Slate Blue #726ACD

Tints of Slate Blue #726ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 26.82%
G = 24.94%
B = 48.24%

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

#726ACD (or 0x726ACD) is known color: Slate Blue. HEX triplet: 72, 6A and CD. RGB value is (114,106,205). Sum of RGB (Red+Green+Blue) = 114+106+205=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #726ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ACD is #8D9532. Grayscale: #777777. Windows color (decimal): -9278771 or 13462130. OLE color: 13462130.

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

Color convert

RGB 114 106 205 -
CMYK 0.44 0.48 0 0.20
HSL 244.85º 0.5% 0.61% -
HSV(B) 244.85º 0.48% 0.8% -
XYZ 23.11 18.29 60.07 -
YUV 119.68 176.15 123.95 -
System Red Green Blue C M Y K H S L
Decimal 114 106 205 0.44 0.48 0 0.20 244.85 0.5 0.61
Hex 72 6A CD 2C 30 0 14 F5 32 3D
Octal 162 152 315 54 60 0 24 365 62 75
Binary 1110010 1101010 11001101 101100 110000 0 10100 11110101 110010 111101

Color Harmonies of #726ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726ACD

Black with #726ACD

Text Example


Text Example

White with #726ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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