Html Css Color HEX #734CCC Slate Blue

📋 copy color: '#734CCC'

red 115 ◦ green 76 ◦ blue 204

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

Shades of Slate Blue #734CCC

Tints of Slate Blue #734CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.24%

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 29.11%
G = 19.24%
B = 51.65%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#734CCC (or 0x734CCC) is known color: Slate Blue. HEX triplet: 73, 4C and CC. RGB value is (115,76,204). Sum of RGB (Red+Green+Blue) = 115+76+204=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #734CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734CCC is #8CB333. Grayscale: #656565. Windows color (decimal): -9220916 or 13388915. OLE color: 13388915.

HSL color Cylindrical-coordinate representation of color #734CCC: hue angle of 258.28º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #734CCC is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 76 204 -
CMYK 0.44 0.63 0 0.2
HSL 258.28º 0.56% 0.55% -
HSV(B) 258.28º 0.63% 0.8% -
XYZ 20.55 13.17 58.59 -
YUV 102.25 185.42 137.09 -
System Red Green Blue C M Y K H S L
Decimal 115 76 204 0.44 0.63 0 0.2 258.28 0.56 0.55
Hex 73 4C CC 2C 3F 0 14 102 38 37
Octal 163 114 314 54 77 0 24 402 70 67
Binary 1110011 1001100 11001100 101100 111111 0 10100 100000010 111000 110111

Color Harmonies of #734CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734CCC

Black with #734CCC

Text Example


Text Example

White with #734CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,76,204); }

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

background-color css

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

 a { background-color: rgb(115,76,204); }

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

border-color css

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

 span { border-color: rgb(115,76,204); }

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