Html Css Color HEX #726CCA Slate Blue

📋 copy color: '#726CCA'

red 114 ◦ green 108 ◦ blue 202

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

Shades of Slate Blue #726CCA

Tints of Slate Blue #726CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.64%

R = 26.89%
G = 25.47%
B = 47.64%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#726CCA (or 0x726CCA) is known color: Slate Blue. HEX triplet: 72, 6C and CA. RGB value is (114,108,202). Sum of RGB (Red+Green+Blue) = 114+108+202=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #726CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726CCA is #8D9335. Grayscale: #787878. Windows color (decimal): -9278262 or 13266034. OLE color: 13266034.

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

Color convert

RGB 114 108 202 -
CMYK 0.44 0.47 0 0.21
HSL 243.83º 0.47% 0.61% -
HSV(B) 243.83º 0.47% 0.79% -
XYZ 22.96 18.57 58.25 -
YUV 120.51 173.99 123.36 -
System Red Green Blue C M Y K H S L
Decimal 114 108 202 0.44 0.47 0 0.21 243.83 0.47 0.61
Hex 72 6C CA 2C 2F 0 15 F4 2F 3D
Octal 162 154 312 54 57 0 25 364 57 75
Binary 1110010 1101100 11001010 101100 101111 0 10101 11110100 101111 111101

Color Harmonies of #726CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726CCA

Black with #726CCA

Text Example


Text Example

White with #726CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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