Html Css Color HEX #705FDA Slate Blue

📋 copy color: '#705FDA'

red 112 ◦ green 95 ◦ blue 218

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

Shades of Slate Blue #705FDA

Tints of Slate Blue #705FDA

RGB

 RED value IS 112 (44.14% from 255) = 26.35%

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

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

R = 26.35%
G = 22.35%
B = 51.29%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#705FDA (or 0x705FDA) is known color: Slate Blue. HEX triplet: 70, 5F and DA. RGB value is (112,95,218). Sum of RGB (Red+Green+Blue) = 112+95+218=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #705FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FDA is #8FA025. Grayscale: #717171. Windows color (decimal): -9412646 or 14311280. OLE color: 14311280.

HSL color Cylindrical-coordinate representation of color #705FDA: hue angle of 248.29º 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 #705FDA is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 95 218 -
CMYK 0.49 0.56 0 0.15
HSL 248.29º 0.62% 0.61% -
HSV(B) 248.29º 0.56% 0.85% -
XYZ 23.43 16.69 68.32 -
YUV 114.11 186.63 126.5 -
System Red Green Blue C M Y K H S L
Decimal 112 95 218 0.49 0.56 0 0.15 248.29 0.62 0.61
Hex 70 5F DA 31 38 0 F F8 3E 3D
Octal 160 137 332 61 70 0 17 370 76 75
Binary 1110000 1011111 11011010 110001 111000 0 1111 11111000 111110 111101

Color Harmonies of #705FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705FDA

Black with #705FDA

Text Example


Text Example

White with #705FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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