Html Css Color HEX #725DCB Slate Blue

📋 copy color: '#725DCB'

red 114 ◦ green 93 ◦ blue 203

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

Shades of Slate Blue #725DCB

Tints of Slate Blue #725DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.68%

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 27.8%
G = 22.68%
B = 49.51%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#725DCB (or 0x725DCB) is known color: Slate Blue. HEX triplet: 72, 5D and CB. RGB value is (114,93,203). Sum of RGB (Red+Green+Blue) = 114+93+203=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #725DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725DCB is #8DA234. Grayscale: #6F6F6F. Windows color (decimal): -9282101 or 13327730. OLE color: 13327730.

HSL color Cylindrical-coordinate representation of color #725DCB: hue angle of 251.45º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #725DCB is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 93 203 -
CMYK 0.44 0.54 0 0.20
HSL 251.45º 0.51% 0.58% -
HSV(B) 251.45º 0.54% 0.8% -
XYZ 21.63 15.72 58.39 -
YUV 111.82 179.46 129.56 -
System Red Green Blue C M Y K H S L
Decimal 114 93 203 0.44 0.54 0 0.20 251.45 0.51 0.58
Hex 72 5D CB 2C 36 0 14 FB 33 3A
Octal 162 135 313 54 66 0 24 373 63 72
Binary 1110010 1011101 11001011 101100 110110 0 10100 11111011 110011 111010

Color Harmonies of #725DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725DCB

Black with #725DCB

Text Example


Text Example

White with #725DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,93,203); }

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

background-color css

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

 a { background-color: rgb(114,93,203); }

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

border-color css

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

 span { border-color: rgb(114,93,203); }

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