Html Css Color HEX #715FDA Slate Blue

📋 copy color: '#715FDA'

red 113 ◦ green 95 ◦ blue 218

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

Shades of Slate Blue #715FDA

Tints of Slate Blue #715FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.17%

R = 26.53%
G = 22.3%
B = 51.17%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#715FDA (or 0x715FDA) is known color: Slate Blue. HEX triplet: 71, 5F and DA. RGB value is (113,95,218). Sum of RGB (Red+Green+Blue) = 113+95+218=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #715FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715FDA is #8EA025. Grayscale: #717171. Windows color (decimal): -9347110 or 14311281. OLE color: 14311281.

HSL color Cylindrical-coordinate representation of color #715FDA: hue angle of 248.78º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #715FDA is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 95 218 -
CMYK 0.48 0.56 0 0.15
HSL 248.78º 0.62% 0.61% -
HSV(B) 248.78º 0.56% 0.85% -
XYZ 23.56 16.76 68.32 -
YUV 114.4 186.46 127 -
System Red Green Blue C M Y K H S L
Decimal 113 95 218 0.48 0.56 0 0.15 248.78 0.62 0.61
Hex 71 5F DA 30 38 0 F F9 3E 3D
Octal 161 137 332 60 70 0 17 371 76 75
Binary 1110001 1011111 11011010 110000 111000 0 1111 11111001 111110 111101

Color Harmonies of #715FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715FDA

Black with #715FDA

Text Example


Text Example

White with #715FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,95,218); }

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

background-color css

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

 a { background-color: rgb(113,95,218); }

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

border-color css

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

 span { border-color: rgb(113,95,218); }

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