Html Css Color HEX #704BD0 Slate Blue

📋 copy color: '#704BD0'

red 112 ◦ green 75 ◦ blue 208

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

Shades of Slate Blue #704BD0

Tints of Slate Blue #704BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.66%

R = 28.35%
G = 18.99%
B = 52.66%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#704BD0 (or 0x704BD0) is known color: Slate Blue. HEX triplet: 70, 4B and D0. RGB value is (112,75,208). Sum of RGB (Red+Green+Blue) = 112+75+208=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #704BD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BD0 is #8FB42F. Grayscale: #646464. Windows color (decimal): -9417776 or 13650800. OLE color: 13650800.

HSL color Cylindrical-coordinate representation of color #704BD0: hue angle of 256.69º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #704BD0 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 75 208 -
CMYK 0.46 0.64 0 0.18
HSL 256.69º 0.59% 0.55% -
HSV(B) 256.69º 0.64% 0.82% -
XYZ 20.58 13.03 61.1 -
YUV 101.23 188.26 135.69 -
System Red Green Blue C M Y K H S L
Decimal 112 75 208 0.46 0.64 0 0.18 256.69 0.59 0.55
Hex 70 4B D0 2E 40 0 12 101 3B 37
Octal 160 113 320 56 100 0 22 401 73 67
Binary 1110000 1001011 11010000 101110 1000000 0 10010 100000001 111011 110111

Color Harmonies of #704BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704BD0

Black with #704BD0

Text Example


Text Example

White with #704BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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