Html Css Color HEX #734CC6 Slate Blue

📋 copy color: '#734CC6'

red 115 ◦ green 76 ◦ blue 198

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

Shades of Slate Blue #734CC6

Tints of Slate Blue #734CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.9%

R = 29.56%
G = 19.54%
B = 50.9%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#734CC6 (or 0x734CC6) is known color: Slate Blue. HEX triplet: 73, 4C and C6. RGB value is (115,76,198). Sum of RGB (Red+Green+Blue) = 115+76+198=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #734CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734CC6 is #8CB339. Grayscale: #656565. Windows color (decimal): -9220922 or 12995699. OLE color: 12995699.

HSL color Cylindrical-coordinate representation of color #734CC6: hue angle of 259.18º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #734CC6 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 76 198 -
CMYK 0.42 0.62 0 0.22
HSL 259.18º 0.52% 0.54% -
HSV(B) 259.18º 0.62% 0.78% -
XYZ 19.85 12.89 54.87 -
YUV 101.57 182.42 137.58 -
System Red Green Blue C M Y K H S L
Decimal 115 76 198 0.42 0.62 0 0.22 259.18 0.52 0.54
Hex 73 4C C6 2A 3E 0 16 103 34 36
Octal 163 114 306 52 76 0 26 403 64 66
Binary 1110011 1001100 11000110 101010 111110 0 10110 100000011 110100 110110

Color Harmonies of #734CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734CC6

Black with #734CC6

Text Example


Text Example

White with #734CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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