Html Css Color HEX #725BC5 Slate Blue

📋 copy color: '#725BC5'

red 114 ◦ green 91 ◦ blue 197

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

Shades of Slate Blue #725BC5

Tints of Slate Blue #725BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 49%

R = 28.36%
G = 22.64%
B = 49%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#725BC5 (or 0x725BC5) is known color: Slate Blue. HEX triplet: 72, 5B and C5. RGB value is (114,91,197). Sum of RGB (Red+Green+Blue) = 114+91+197=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 197 (77.34% from 255 or 49.00% from 402); Max value from RGB is 197 - color contains mainly: blue. Hex color #725BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725BC5 is #8DA43A. Grayscale: #6D6D6D. Windows color (decimal): -9282619 or 12934002. OLE color: 12934002.

HSL color Cylindrical-coordinate representation of color #725BC5: hue angle of 253.02º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #725BC5 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 114 91 197 -
CMYK 0.42 0.54 0 0.23
HSL 253.02º 0.48% 0.56% -
HSV(B) 253.02º 0.54% 0.77% -
XYZ 20.76 15.09 54.64 -
YUV 109.96 177.12 130.88 -
System Red Green Blue C M Y K H S L
Decimal 114 91 197 0.42 0.54 0 0.23 253.02 0.48 0.56
Hex 72 5B C5 2A 36 0 17 FD 30 38
Octal 162 133 305 52 66 0 27 375 60 70
Binary 1110010 1011011 11000101 101010 110110 0 10111 11111101 110000 111000

Color Harmonies of #725BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725BC5

Black with #725BC5

Text Example


Text Example

White with #725BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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