Html Css Color HEX #704BCF Slate Blue

📋 copy color: '#704BCF'

red 112 ◦ green 75 ◦ blue 207

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

Shades of Slate Blue #704BCF

Tints of Slate Blue #704BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.54%

R = 28.43%
G = 19.04%
B = 52.54%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#704BCF (or 0x704BCF) is known color: Slate Blue. HEX triplet: 70, 4B and CF. RGB value is (112,75,207). Sum of RGB (Red+Green+Blue) = 112+75+207=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #704BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BCF is #8FB430. Grayscale: #646464. Windows color (decimal): -9417777 or 13585264. OLE color: 13585264.

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

Color convert

RGB 112 75 207 -
CMYK 0.46 0.64 0 0.19
HSL 256.82º 0.58% 0.55% -
HSV(B) 256.82º 0.64% 0.81% -
XYZ 20.46 12.98 60.46 -
YUV 101.11 187.76 135.77 -
System Red Green Blue C M Y K H S L
Decimal 112 75 207 0.46 0.64 0 0.19 256.82 0.58 0.55
Hex 70 4B CF 2E 40 0 13 101 3A 37
Octal 160 113 317 56 100 0 23 401 72 67
Binary 1110000 1001011 11001111 101110 1000000 0 10011 100000001 111010 110111

Color Harmonies of #704BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704BCF

Black with #704BCF

Text Example


Text Example

White with #704BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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