Html Css Color HEX #726BC9 Slate Blue

📋 copy color: '#726BC9'

red 114 ◦ green 107 ◦ blue 201

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

Shades of Slate Blue #726BC9

Tints of Slate Blue #726BC9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.36%

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

R = 27.01%
G = 25.36%
B = 47.63%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#726BC9 (or 0x726BC9) is known color: Slate Blue. HEX triplet: 72, 6B and C9. RGB value is (114,107,201). Sum of RGB (Red+Green+Blue) = 114+107+201=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #726BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BC9 is #8D9436. Grayscale: #777777. Windows color (decimal): -9278519 or 13200242. OLE color: 13200242.

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

Color convert

RGB 114 107 201 -
CMYK 0.43 0.47 0 0.21
HSL 244.47º 0.47% 0.6% -
HSV(B) 244.47º 0.47% 0.79% -
XYZ 22.74 18.31 57.59 -
YUV 119.81 173.82 123.86 -
System Red Green Blue C M Y K H S L
Decimal 114 107 201 0.43 0.47 0 0.21 244.47 0.47 0.6
Hex 72 6B C9 2B 2F 0 15 F4 2F 3C
Octal 162 153 311 53 57 0 25 364 57 74
Binary 1110010 1101011 11001001 101011 101111 0 10101 11110100 101111 111100

Color Harmonies of #726BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726BC9

Black with #726BC9

Text Example


Text Example

White with #726BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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