Html Css Color HEX #704FDF Slate Blue

📋 copy color: '#704FDF'

red 112 ◦ green 79 ◦ blue 223

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

Shades of Slate Blue #704FDF

Tints of Slate Blue #704FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.08%

 BLUE value IS 223 (87.5% from 255) = 53.86%

R = 27.05%
G = 19.08%
B = 53.86%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#704FDF (or 0x704FDF) is known color: Slate Blue. HEX triplet: 70, 4F and DF. RGB value is (112,79,223). Sum of RGB (Red+Green+Blue) = 112+79+223=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #704FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704FDF is #8FB020. Grayscale: #686868. Windows color (decimal): -9416737 or 14634864. OLE color: 14634864.

HSL color Cylindrical-coordinate representation of color #704FDF: hue angle of 253.75º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #704FDF is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 79 223 -
CMYK 0.50 0.65 0 0.13
HSL 253.75º 0.69% 0.59% -
HSV(B) 253.75º 0.65% 0.87% -
XYZ 22.8 14.36 71.38 -
YUV 105.28 194.43 132.79 -
System Red Green Blue C M Y K H S L
Decimal 112 79 223 0.50 0.65 0 0.13 253.75 0.69 0.59
Hex 70 4F DF 32 41 0 D FE 45 3B
Octal 160 117 337 62 101 0 15 376 105 73
Binary 1110000 1001111 11011111 110010 1000001 0 1101 11111110 1000101 111011

Color Harmonies of #704FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704FDF

Black with #704FDF

Text Example


Text Example

White with #704FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704FDF; }

 p { color: rgb(112,79,223); }

 H1.HeaderClassName
 {
   color: #704FDF;
 }
 .AnyTagClassName
 {
   color: #704FDF;
 }
</style>

background-color css

<style>
 a { background-color: #704FDF; }

 a { background-color: rgb(112,79,223); }

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

border-color css

<style>
 span { border-color: #704FDF; }

 span { border-color: rgb(112,79,223); }

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