Html Css Color HEX #725ACC Slate Blue

📋 copy color: '#725ACC'

red 114 ◦ green 90 ◦ blue 204

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

Shades of Slate Blue #725ACC

Tints of Slate Blue #725ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.06%

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

R = 27.94%
G = 22.06%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#725ACC (or 0x725ACC) is known color: Slate Blue. HEX triplet: 72, 5A and CC. RGB value is (114,90,204). Sum of RGB (Red+Green+Blue) = 114+90+204=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #725ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725ACC is #8DA533. Grayscale: #6D6D6D. Windows color (decimal): -9282868 or 13392498. OLE color: 13392498.

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

Color convert

RGB 114 90 204 -
CMYK 0.44 0.56 0 0.2
HSL 252.63º 0.53% 0.58% -
HSV(B) 252.63º 0.56% 0.8% -
XYZ 21.49 15.25 58.94 -
YUV 110.17 180.95 130.73 -
System Red Green Blue C M Y K H S L
Decimal 114 90 204 0.44 0.56 0 0.2 252.63 0.53 0.58
Hex 72 5A CC 2C 38 0 14 FD 35 3A
Octal 162 132 314 54 70 0 24 375 65 72
Binary 1110010 1011010 11001100 101100 111000 0 10100 11111101 110101 111010

Color Harmonies of #725ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725ACC

Black with #725ACC

Text Example


Text Example

White with #725ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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