Html Css Color HEX #734CE1 Slate Blue

📋 copy color: '#734CE1'

red 115 ◦ green 76 ◦ blue 225

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

Shades of Slate Blue #734CE1

Tints of Slate Blue #734CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 54.09%

R = 27.64%
G = 18.27%
B = 54.09%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#734CE1 (or 0x734CE1) is known color: Slate Blue. HEX triplet: 73, 4C and E1. RGB value is (115,76,225). Sum of RGB (Red+Green+Blue) = 115+76+225=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 225 (88.28% from 255 or 54.09% from 416); Max value from RGB is 225 - color contains mainly: blue. Hex color #734CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734CE1 is #8CB31E. Grayscale: #686868. Windows color (decimal): -9220895 or 14765171. OLE color: 14765171.

HSL color Cylindrical-coordinate representation of color #734CE1: hue angle of 255.7º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #734CE1 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 115 76 225 -
CMYK 0.49 0.66 0 0.12
HSL 255.7º 0.71% 0.59% -
HSV(B) 255.7º 0.66% 0.88% -
XYZ 23.25 14.25 72.76 -
YUV 104.65 195.92 135.38 -
System Red Green Blue C M Y K H S L
Decimal 115 76 225 0.49 0.66 0 0.12 255.7 0.71 0.59
Hex 73 4C E1 31 42 0 C 100 47 3B
Octal 163 114 341 61 102 0 14 400 107 73
Binary 1110011 1001100 11100001 110001 1000010 0 1100 100000000 1000111 111011

Color Harmonies of #734CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734CE1

Black with #734CE1

Text Example


Text Example

White with #734CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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