Html Css Color HEX #725FCC Slate Blue

📋 copy color: '#725FCC'

red 114 ◦ green 95 ◦ blue 204

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

Shades of Slate Blue #725FCC

Tints of Slate Blue #725FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23%

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 27.6%
G = 23%
B = 49.39%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#725FCC (or 0x725FCC) is known color: Slate Blue. HEX triplet: 72, 5F and CC. RGB value is (114,95,204). Sum of RGB (Red+Green+Blue) = 114+95+204=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #725FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725FCC is #8DA033. Grayscale: #707070. Windows color (decimal): -9281588 or 13393778. OLE color: 13393778.

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

Color convert

RGB 114 95 204 -
CMYK 0.44 0.53 0 0.2
HSL 250.46º 0.52% 0.59% -
HSV(B) 250.46º 0.53% 0.8% -
XYZ 21.93 16.12 59.08 -
YUV 113.11 179.29 128.64 -
System Red Green Blue C M Y K H S L
Decimal 114 95 204 0.44 0.53 0 0.2 250.46 0.52 0.59
Hex 72 5F CC 2C 35 0 14 FA 34 3B
Octal 162 137 314 54 65 0 24 372 64 73
Binary 1110010 1011111 11001100 101100 110101 0 10100 11111010 110100 111011

Color Harmonies of #725FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725FCC

Black with #725FCC

Text Example


Text Example

White with #725FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,95,204); }

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

background-color css

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

 a { background-color: rgb(114,95,204); }

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

border-color css

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

 span { border-color: rgb(114,95,204); }

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