Html Css Color HEX #726CCC Slate Blue

📋 copy color: '#726CCC'

red 114 ◦ green 108 ◦ blue 204

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

Shades of Slate Blue #726CCC

Tints of Slate Blue #726CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.35%

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

R = 26.76%
G = 25.35%
B = 47.89%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#726CCC (or 0x726CCC) is known color: Slate Blue. HEX triplet: 72, 6C and CC. RGB value is (114,108,204). Sum of RGB (Red+Green+Blue) = 114+108+204=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #726CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726CCC is #8D9333. Grayscale: #787878. Windows color (decimal): -9278260 or 13397106. OLE color: 13397106.

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

Color convert

RGB 114 108 204 -
CMYK 0.44 0.47 0 0.2
HSL 243.75º 0.48% 0.61% -
HSV(B) 243.75º 0.47% 0.8% -
XYZ 23.2 18.66 59.51 -
YUV 120.74 174.99 123.19 -
System Red Green Blue C M Y K H S L
Decimal 114 108 204 0.44 0.47 0 0.2 243.75 0.48 0.61
Hex 72 6C CC 2C 2F 0 14 F4 30 3D
Octal 162 154 314 54 57 0 24 364 60 75
Binary 1110010 1101100 11001100 101100 101111 0 10100 11110100 110000 111101

Color Harmonies of #726CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726CCC

Black with #726CCC

Text Example


Text Example

White with #726CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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