Html Css Color HEX #725BCF Slate Blue

📋 copy color: '#725BCF'

red 114 ◦ green 91 ◦ blue 207

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

Shades of Slate Blue #725BCF

Tints of Slate Blue #725BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 27.67%
G = 22.09%
B = 50.24%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#725BCF (or 0x725BCF) is known color: Slate Blue. HEX triplet: 72, 5B and CF. RGB value is (114,91,207). Sum of RGB (Red+Green+Blue) = 114+91+207=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #725BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725BCF is #8DA430. Grayscale: #6E6E6E. Windows color (decimal): -9282609 or 13589362. OLE color: 13589362.

HSL color Cylindrical-coordinate representation of color #725BCF: hue angle of 251.9º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #725BCF is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 91 207 -
CMYK 0.45 0.56 0 0.19
HSL 251.9º 0.55% 0.58% -
HSV(B) 251.9º 0.56% 0.81% -
XYZ 21.94 15.56 60.88 -
YUV 111.1 182.12 130.07 -
System Red Green Blue C M Y K H S L
Decimal 114 91 207 0.45 0.56 0 0.19 251.9 0.55 0.58
Hex 72 5B CF 2D 38 0 13 FC 37 3A
Octal 162 133 317 55 70 0 23 374 67 72
Binary 1110010 1011011 11001111 101101 111000 0 10011 11111100 110111 111010

Color Harmonies of #725BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725BCF

Black with #725BCF

Text Example


Text Example

White with #725BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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