Html Css Color HEX #734ADE Slate Blue

📋 copy color: '#734ADE'

red 115 ◦ green 74 ◦ blue 222

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

Shades of Slate Blue #734ADE

Tints of Slate Blue #734ADE

RGB

 RED value IS 115 (45.31% from 255) = 27.98%

 GREEN value IS 74 (29.3% from 255) = 18%

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

R = 27.98%
G = 18%
B = 54.01%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#734ADE (or 0x734ADE) is known color: Slate Blue. HEX triplet: 73, 4A and DE. RGB value is (115,74,222). Sum of RGB (Red+Green+Blue) = 115+74+222=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #734ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734ADE is #8CB521. Grayscale: #666666. Windows color (decimal): -9221410 or 14568051. OLE color: 14568051.

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

Color convert

RGB 115 74 222 -
CMYK 0.48 0.67 0 0.13
HSL 256.62º 0.69% 0.58% -
HSV(B) 256.62º 0.67% 0.87% -
XYZ 22.7 13.82 70.58 -
YUV 103.13 195.08 136.47 -
System Red Green Blue C M Y K H S L
Decimal 115 74 222 0.48 0.67 0 0.13 256.62 0.69 0.58
Hex 73 4A DE 30 43 0 D 101 45 3A
Octal 163 112 336 60 103 0 15 401 105 72
Binary 1110011 1001010 11011110 110000 1000011 0 1101 100000001 1000101 111010

Color Harmonies of #734ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734ADE

Black with #734ADE

Text Example


Text Example

White with #734ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734ADE; }

 p { color: rgb(115,74,222); }

 H1.HeaderClassName
 {
   color: #734ADE;
 }
 .AnyTagClassName
 {
   color: #734ADE;
 }
</style>

background-color css

<style>
 a { background-color: #734ADE; }

 a { background-color: rgb(115,74,222); }

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

border-color css

<style>
 span { border-color: #734ADE; }

 span { border-color: rgb(115,74,222); }

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