Html Css Color HEX #734DC2 Slate Blue

📋 copy color: '#734DC2'

red 115 ◦ green 77 ◦ blue 194

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

Shades of Slate Blue #734DC2

Tints of Slate Blue #734DC2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.95%

 BLUE value IS 194 (76.17% from 255) = 50.26%

R = 29.79%
G = 19.95%
B = 50.26%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#734DC2 (or 0x734DC2) is known color: Slate Blue. HEX triplet: 73, 4D and C2. RGB value is (115,77,194). Sum of RGB (Red+Green+Blue) = 115+77+194=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #734DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DC2 is #8CB23D. Grayscale: #656565. Windows color (decimal): -9220670 or 12733811. OLE color: 12733811.

HSL color Cylindrical-coordinate representation of color #734DC2: hue angle of 259.49º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #734DC2 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 77 194 -
CMYK 0.41 0.60 0 0.24
HSL 259.49º 0.49% 0.53% -
HSV(B) 259.49º 0.6% 0.76% -
XYZ 19.46 12.85 52.49 -
YUV 101.7 180.09 137.49 -
System Red Green Blue C M Y K H S L
Decimal 115 77 194 0.41 0.60 0 0.24 259.49 0.49 0.53
Hex 73 4D C2 29 3C 0 18 103 31 35
Octal 163 115 302 51 74 0 30 403 61 65
Binary 1110011 1001101 11000010 101001 111100 0 11000 100000011 110001 110101

Color Harmonies of #734DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734DC2

Black with #734DC2

Text Example


Text Example

White with #734DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,77,194); }

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

background-color css

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

 a { background-color: rgb(115,77,194); }

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

border-color css

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

 span { border-color: rgb(115,77,194); }

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