Html Css Color HEX #725BC1 Slate Blue

📋 copy color: '#725BC1'

red 114 ◦ green 91 ◦ blue 193

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

Shades of Slate Blue #725BC1

Tints of Slate Blue #725BC1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.86%

 BLUE value IS 193 (75.78% from 255) = 48.49%

R = 28.64%
G = 22.86%
B = 48.49%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#725BC1 (or 0x725BC1) is known color: Slate Blue. HEX triplet: 72, 5B and C1. RGB value is (114,91,193). Sum of RGB (Red+Green+Blue) = 114+91+193=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #725BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725BC1 is #8DA43E. Grayscale: #6D6D6D. Windows color (decimal): -9282623 or 12671858. OLE color: 12671858.

HSL color Cylindrical-coordinate representation of color #725BC1: hue angle of 253.53º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #725BC1 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 91 193 -
CMYK 0.41 0.53 0 0.24
HSL 253.53º 0.45% 0.56% -
HSV(B) 253.53º 0.53% 0.76% -
XYZ 20.31 14.91 52.26 -
YUV 109.51 175.12 131.21 -
System Red Green Blue C M Y K H S L
Decimal 114 91 193 0.41 0.53 0 0.24 253.53 0.45 0.56
Hex 72 5B C1 29 35 0 18 FE 2D 38
Octal 162 133 301 51 65 0 30 376 55 70
Binary 1110010 1011011 11000001 101001 110101 0 11000 11111110 101101 111000

Color Harmonies of #725BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725BC1

Black with #725BC1

Text Example


Text Example

White with #725BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725BC1; }

 p { color: rgb(114,91,193); }

 H1.HeaderClassName
 {
   color: #725BC1;
 }
 .AnyTagClassName
 {
   color: #725BC1;
 }
</style>

background-color css

<style>
 a { background-color: #725BC1; }

 a { background-color: rgb(114,91,193); }

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

border-color css

<style>
 span { border-color: #725BC1; }

 span { border-color: rgb(114,91,193); }

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