Html Css Color HEX #734CCE Slate Blue

📋 copy color: '#734CCE'

red 115 ◦ green 76 ◦ blue 206

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

Shades of Slate Blue #734CCE

Tints of Slate Blue #734CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 28.97%
G = 19.14%
B = 51.89%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#734CCE (or 0x734CCE) is known color: Slate Blue. HEX triplet: 73, 4C and CE. RGB value is (115,76,206). Sum of RGB (Red+Green+Blue) = 115+76+206=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #734CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734CCE is #8CB331. Grayscale: #666666. Windows color (decimal): -9220914 or 13519987. OLE color: 13519987.

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

Color convert

RGB 115 76 206 -
CMYK 0.44 0.63 0 0.19
HSL 258º 0.57% 0.55% -
HSV(B) 258º 0.63% 0.81% -
XYZ 20.8 13.27 59.86 -
YUV 102.48 186.42 136.93 -
System Red Green Blue C M Y K H S L
Decimal 115 76 206 0.44 0.63 0 0.19 258 0.57 0.55
Hex 73 4C CE 2C 3F 0 13 102 39 37
Octal 163 114 316 54 77 0 23 402 71 67
Binary 1110011 1001100 11001110 101100 111111 0 10011 100000010 111001 110111

Color Harmonies of #734CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734CCE

Black with #734CCE

Text Example


Text Example

White with #734CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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