Html Css Color HEX #725ACF Slate Blue

📋 copy color: '#725ACF'

red 114 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #725ACF

Tints of Slate Blue #725ACF

RGB

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

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

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

R = 27.74%
G = 21.9%
B = 50.36%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#725ACF (or 0x725ACF) is known color: Slate Blue. HEX triplet: 72, 5A and CF. RGB value is (114,90,207). Sum of RGB (Red+Green+Blue) = 114+90+207=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #725ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725ACF is #8DA530. Grayscale: #6E6E6E. Windows color (decimal): -9282865 or 13589106. OLE color: 13589106.

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

Color convert

RGB 114 90 207 -
CMYK 0.45 0.57 0 0.19
HSL 252.31º 0.55% 0.58% -
HSV(B) 252.31º 0.57% 0.81% -
XYZ 21.86 15.39 60.85 -
YUV 110.51 182.45 130.49 -
System Red Green Blue C M Y K H S L
Decimal 114 90 207 0.45 0.57 0 0.19 252.31 0.55 0.58
Hex 72 5A CF 2D 39 0 13 FC 37 3A
Octal 162 132 317 55 71 0 23 374 67 72
Binary 1110010 1011010 11001111 101101 111001 0 10011 11111100 110111 111010

Color Harmonies of #725ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725ACF

Black with #725ACF

Text Example


Text Example

White with #725ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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