Html Css Color HEX #726BD2 Slate Blue

📋 copy color: '#726BD2'

red 114 ◦ green 107 ◦ blue 210

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

Shades of Slate Blue #726BD2

Tints of Slate Blue #726BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.72%

R = 26.45%
G = 24.83%
B = 48.72%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#726BD2 (or 0x726BD2) is known color: Slate Blue. HEX triplet: 72, 6B and D2. RGB value is (114,107,210). Sum of RGB (Red+Green+Blue) = 114+107+210=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 210 (82.42% from 255 or 48.72% from 431); Max value from RGB is 210 - color contains mainly: blue. Hex color #726BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BD2 is #8D942D. Grayscale: #787878. Windows color (decimal): -9278510 or 13790066. OLE color: 13790066.

HSL color Cylindrical-coordinate representation of color #726BD2: hue angle of 244.08º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #726BD2 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 107 210 -
CMYK 0.46 0.49 0 0.18
HSL 244.08º 0.53% 0.62% -
HSV(B) 244.08º 0.49% 0.82% -
XYZ 23.83 18.75 63.34 -
YUV 120.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 114 107 210 0.46 0.49 0 0.18 244.08 0.53 0.62
Hex 72 6B D2 2E 31 0 12 F4 35 3E
Octal 162 153 322 56 61 0 22 364 65 76
Binary 1110010 1101011 11010010 101110 110001 0 10010 11110100 110101 111110

Color Harmonies of #726BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726BD2

Black with #726BD2

Text Example


Text Example

White with #726BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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