Html Css Color HEX #725BCB Slate Blue

📋 copy color: '#725BCB'

red 114 ◦ green 91 ◦ blue 203

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

Shades of Slate Blue #725BCB

Tints of Slate Blue #725BCB

RGB

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

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

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

R = 27.94%
G = 22.3%
B = 49.75%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#725BCB (or 0x725BCB) is known color: Slate Blue. HEX triplet: 72, 5B and CB. RGB value is (114,91,203). Sum of RGB (Red+Green+Blue) = 114+91+203=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #725BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725BCB is #8DA434. Grayscale: #6E6E6E. Windows color (decimal): -9282613 or 13327218. OLE color: 13327218.

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

Color convert

RGB 114 91 203 -
CMYK 0.44 0.55 0 0.20
HSL 252.32º 0.52% 0.58% -
HSV(B) 252.32º 0.55% 0.8% -
XYZ 21.46 15.37 58.34 -
YUV 110.65 180.12 130.39 -
System Red Green Blue C M Y K H S L
Decimal 114 91 203 0.44 0.55 0 0.20 252.32 0.52 0.58
Hex 72 5B CB 2C 37 0 14 FC 34 3A
Octal 162 133 313 54 67 0 24 374 64 72
Binary 1110010 1011011 11001011 101100 110111 0 10100 11111100 110100 111010

Color Harmonies of #725BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725BCB

Black with #725BCB

Text Example


Text Example

White with #725BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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