Html Css Color HEX #715ACF Slate Blue

📋 copy color: '#715ACF'

red 113 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #715ACF

Tints of Slate Blue #715ACF

RGB

 RED value IS 113 (44.53% from 255) = 27.56%

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

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

R = 27.56%
G = 21.95%
B = 50.49%

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

#715ACF (or 0x715ACF) is known color: Slate Blue. HEX triplet: 71, 5A and CF. RGB value is (113,90,207). Sum of RGB (Red+Green+Blue) = 113+90+207=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #715ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715ACF is #8EA530. Grayscale: #6D6D6D. Windows color (decimal): -9348401 or 13589105. OLE color: 13589105.

HSL color Cylindrical-coordinate representation of color #715ACF: hue angle of 251.79º 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 #715ACF is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 90 207 -
CMYK 0.45 0.57 0 0.19
HSL 251.79º 0.55% 0.58% -
HSV(B) 251.79º 0.57% 0.81% -
XYZ 21.73 15.33 60.84 -
YUV 110.22 182.62 129.99 -
System Red Green Blue C M Y K H S L
Decimal 113 90 207 0.45 0.57 0 0.19 251.79 0.55 0.58
Hex 71 5A CF 2D 39 0 13 FC 37 3A
Octal 161 132 317 55 71 0 23 374 67 72
Binary 1110001 1011010 11001111 101101 111001 0 10011 11111100 110111 111010

Color Harmonies of #715ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715ACF

Black with #715ACF

Text Example


Text Example

White with #715ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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