Html Css Color HEX #734FDD Slate Blue

📋 copy color: '#734FDD'

red 115 ◦ green 79 ◦ blue 221

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

Shades of Slate Blue #734FDD

Tints of Slate Blue #734FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.04%

 BLUE value IS 221 (86.72% from 255) = 53.25%

R = 27.71%
G = 19.04%
B = 53.25%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#734FDD (or 0x734FDD) is known color: Slate Blue. HEX triplet: 73, 4F and DD. RGB value is (115,79,221). Sum of RGB (Red+Green+Blue) = 115+79+221=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #734FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734FDD is #8CB022. Grayscale: #696969. Windows color (decimal): -9220131 or 14503795. OLE color: 14503795.

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

Color convert

RGB 115 79 221 -
CMYK 0.48 0.64 0 0.13
HSL 255.21º 0.68% 0.59% -
HSV(B) 255.21º 0.64% 0.87% -
XYZ 22.92 14.46 69.99 -
YUV 105.95 192.93 134.45 -
System Red Green Blue C M Y K H S L
Decimal 115 79 221 0.48 0.64 0 0.13 255.21 0.68 0.59
Hex 73 4F DD 30 40 0 D FF 44 3B
Octal 163 117 335 60 100 0 15 377 104 73
Binary 1110011 1001111 11011101 110000 1000000 0 1101 11111111 1000100 111011

Color Harmonies of #734FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734FDD

Black with #734FDD

Text Example


Text Example

White with #734FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,79,221); }

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

background-color css

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

 a { background-color: rgb(115,79,221); }

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

border-color css

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

 span { border-color: rgb(115,79,221); }

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