Html Css Color HEX #726CC9 Slate Blue

📋 copy color: '#726CC9'

red 114 ◦ green 108 ◦ blue 201

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

Shades of Slate Blue #726CC9

Tints of Slate Blue #726CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.52%

R = 26.95%
G = 25.53%
B = 47.52%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#726CC9 (or 0x726CC9) is known color: Slate Blue. HEX triplet: 72, 6C and C9. RGB value is (114,108,201). Sum of RGB (Red+Green+Blue) = 114+108+201=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #726CC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726CC9 is #8D9336. Grayscale: #787878. Windows color (decimal): -9278263 or 13200498. OLE color: 13200498.

HSL color Cylindrical-coordinate representation of color #726CC9: hue angle of 243.87º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #726CC9 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 108 201 -
CMYK 0.43 0.46 0 0.21
HSL 243.87º 0.46% 0.61% -
HSV(B) 243.87º 0.46% 0.79% -
XYZ 22.84 18.52 57.63 -
YUV 120.4 173.49 123.44 -
System Red Green Blue C M Y K H S L
Decimal 114 108 201 0.43 0.46 0 0.21 243.87 0.46 0.61
Hex 72 6C C9 2B 2E 0 15 F4 2E 3D
Octal 162 154 311 53 56 0 25 364 56 75
Binary 1110010 1101100 11001001 101011 101110 0 10101 11110100 101110 111101

Color Harmonies of #726CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726CC9

Black with #726CC9

Text Example


Text Example

White with #726CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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