Html Css Color HEX #704BE0 Slate Blue

📋 copy color: '#704BE0'

red 112 ◦ green 75 ◦ blue 224

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

Shades of Slate Blue #704BE0

Tints of Slate Blue #704BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 54.5%

R = 27.25%
G = 18.25%
B = 54.5%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#704BE0 (or 0x704BE0) is known color: Slate Blue. HEX triplet: 70, 4B and E0. RGB value is (112,75,224). Sum of RGB (Red+Green+Blue) = 112+75+224=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 224 (87.89% from 255 or 54.50% from 411); Max value from RGB is 224 - color contains mainly: blue. Hex color #704BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BE0 is #8FB41F. Grayscale: #666666. Windows color (decimal): -9417760 or 14699376. OLE color: 14699376.

HSL color Cylindrical-coordinate representation of color #704BE0: hue angle of 254.9º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #704BE0 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 75 224 -
CMYK 0.50 0.67 0 0.12
HSL 254.9º 0.71% 0.59% -
HSV(B) 254.9º 0.67% 0.88% -
XYZ 22.65 13.86 72 -
YUV 103.05 196.26 134.38 -
System Red Green Blue C M Y K H S L
Decimal 112 75 224 0.50 0.67 0 0.12 254.9 0.71 0.59
Hex 70 4B E0 32 43 0 C FF 47 3B
Octal 160 113 340 62 103 0 14 377 107 73
Binary 1110000 1001011 11100000 110010 1000011 0 1100 11111111 1000111 111011

Color Harmonies of #704BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704BE0

Black with #704BE0

Text Example


Text Example

White with #704BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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