Html Css Color HEX #704BDE Slate Blue

📋 copy color: '#704BDE'

red 112 ◦ green 75 ◦ blue 222

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

Shades of Slate Blue #704BDE

Tints of Slate Blue #704BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.28%

R = 27.38%
G = 18.34%
B = 54.28%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#704BDE (or 0x704BDE) is known color: Slate Blue. HEX triplet: 70, 4B and DE. RGB value is (112,75,222). Sum of RGB (Red+Green+Blue) = 112+75+222=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #704BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BDE is #8FB421. Grayscale: #666666. Windows color (decimal): -9417762 or 14568304. OLE color: 14568304.

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

Color convert

RGB 112 75 222 -
CMYK 0.50 0.66 0 0.13
HSL 255.1º 0.69% 0.58% -
HSV(B) 255.1º 0.66% 0.87% -
XYZ 22.38 13.75 70.58 -
YUV 102.82 195.26 134.55 -
System Red Green Blue C M Y K H S L
Decimal 112 75 222 0.50 0.66 0 0.13 255.1 0.69 0.58
Hex 70 4B DE 32 42 0 D FF 45 3A
Octal 160 113 336 62 102 0 15 377 105 72
Binary 1110000 1001011 11011110 110010 1000010 0 1101 11111111 1000101 111010

Color Harmonies of #704BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704BDE

Black with #704BDE

Text Example


Text Example

White with #704BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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