Html Css Color HEX #704BDA Slate Blue

📋 copy color: '#704BDA'

red 112 ◦ green 75 ◦ blue 218

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

Shades of Slate Blue #704BDA

Tints of Slate Blue #704BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.52%

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

R = 27.65%
G = 18.52%
B = 53.83%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#704BDA (or 0x704BDA) is known color: Slate Blue. HEX triplet: 70, 4B and DA. RGB value is (112,75,218). Sum of RGB (Red+Green+Blue) = 112+75+218=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #704BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BDA is #8FB425. Grayscale: #656565. Windows color (decimal): -9417766 or 14306160. OLE color: 14306160.

HSL color Cylindrical-coordinate representation of color #704BDA: hue angle of 255.52º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #704BDA is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 75 218 -
CMYK 0.49 0.66 0 0.15
HSL 255.52º 0.66% 0.57% -
HSV(B) 255.52º 0.66% 0.85% -
XYZ 21.85 13.54 67.79 -
YUV 102.37 193.26 134.87 -
System Red Green Blue C M Y K H S L
Decimal 112 75 218 0.49 0.66 0 0.15 255.52 0.66 0.57
Hex 70 4B DA 31 42 0 F 100 42 39
Octal 160 113 332 61 102 0 17 400 102 71
Binary 1110000 1001011 11011010 110001 1000010 0 1111 100000000 1000010 111001

Color Harmonies of #704BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704BDA

Black with #704BDA

Text Example


Text Example

White with #704BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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