Html Css Color HEX #704BD5 Slate Blue

📋 copy color: '#704BD5'

red 112 ◦ green 75 ◦ blue 213

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

Shades of Slate Blue #704BD5

Tints of Slate Blue #704BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 53.25%

R = 28%
G = 18.75%
B = 53.25%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#704BD5 (or 0x704BD5) is known color: Slate Blue. HEX triplet: 70, 4B and D5. RGB value is (112,75,213). Sum of RGB (Red+Green+Blue) = 112+75+213=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 213 (83.59% from 255 or 53.25% from 400); Max value from RGB is 213 - color contains mainly: blue. Hex color #704BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BD5 is #8FB42A. Grayscale: #656565. Windows color (decimal): -9417771 or 13978480. OLE color: 13978480.

HSL color Cylindrical-coordinate representation of color #704BD5: hue angle of 256.09º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #704BD5 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 75 213 -
CMYK 0.47 0.65 0 0.16
HSL 256.09º 0.62% 0.56% -
HSV(B) 256.09º 0.65% 0.84% -
XYZ 21.21 13.28 64.4 -
YUV 101.8 190.76 135.28 -
System Red Green Blue C M Y K H S L
Decimal 112 75 213 0.47 0.65 0 0.16 256.09 0.62 0.56
Hex 70 4B D5 2F 41 0 10 100 3E 38
Octal 160 113 325 57 101 0 20 400 76 70
Binary 1110000 1001011 11010101 101111 1000001 0 10000 100000000 111110 111000

Color Harmonies of #704BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704BD5

Black with #704BD5

Text Example


Text Example

White with #704BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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