Html Css Color HEX #734DCE Slate Blue

📋 copy color: '#734DCE'

red 115 ◦ green 77 ◦ blue 206

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

Shades of Slate Blue #734DCE

Tints of Slate Blue #734DCE

RGB

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

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

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

R = 28.89%
G = 19.35%
B = 51.76%

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

#734DCE (or 0x734DCE) is known color: Slate Blue. HEX triplet: 73, 4D and CE. RGB value is (115,77,206). Sum of RGB (Red+Green+Blue) = 115+77+206=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #734DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DCE is #8CB231. Grayscale: #666666. Windows color (decimal): -9220658 or 13520243. OLE color: 13520243.

HSL color Cylindrical-coordinate representation of color #734DCE: hue angle of 257.67º 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 #734DCE is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 77 206 -
CMYK 0.44 0.63 0 0.19
HSL 257.67º 0.57% 0.55% -
HSV(B) 257.67º 0.63% 0.81% -
XYZ 20.86 13.41 59.88 -
YUV 103.07 186.09 136.51 -
System Red Green Blue C M Y K H S L
Decimal 115 77 206 0.44 0.63 0 0.19 257.67 0.57 0.55
Hex 73 4D CE 2C 3F 0 13 102 39 37
Octal 163 115 316 54 77 0 23 402 71 67
Binary 1110011 1001101 11001110 101100 111111 0 10011 100000010 111001 110111

Color Harmonies of #734DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734DCE

Black with #734DCE

Text Example


Text Example

White with #734DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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