Html Css Color HEX #725BDB Slate Blue

📋 copy color: '#725BDB'

red 114 ◦ green 91 ◦ blue 219

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

Shades of Slate Blue #725BDB

Tints of Slate Blue #725BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.65%

R = 26.89%
G = 21.46%
B = 51.65%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#725BDB (or 0x725BDB) is known color: Slate Blue. HEX triplet: 72, 5B and DB. RGB value is (114,91,219). Sum of RGB (Red+Green+Blue) = 114+91+219=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #725BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725BDB is #8DA424. Grayscale: #6F6F6F. Windows color (decimal): -9282597 or 14375794. OLE color: 14375794.

HSL color Cylindrical-coordinate representation of color #725BDB: hue angle of 250.78º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #725BDB is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 91 219 -
CMYK 0.48 0.58 0 0.14
HSL 250.78º 0.64% 0.61% -
HSV(B) 250.78º 0.58% 0.86% -
XYZ 23.47 16.17 68.9 -
YUV 112.47 188.12 129.09 -
System Red Green Blue C M Y K H S L
Decimal 114 91 219 0.48 0.58 0 0.14 250.78 0.64 0.61
Hex 72 5B DB 30 3A 0 E FB 40 3D
Octal 162 133 333 60 72 0 16 373 100 75
Binary 1110010 1011011 11011011 110000 111010 0 1110 11111011 1000000 111101

Color Harmonies of #725BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725BDB

Black with #725BDB

Text Example


Text Example

White with #725BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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