Html Css Color HEX #734BDC Slate Blue

📋 copy color: '#734BDC'

red 115 ◦ green 75 ◦ blue 220

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

Shades of Slate Blue #734BDC

Tints of Slate Blue #734BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.29%

 BLUE value IS 220 (86.33% from 255) = 53.66%

R = 28.05%
G = 18.29%
B = 53.66%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#734BDC (or 0x734BDC) is known color: Slate Blue. HEX triplet: 73, 4B and DC. RGB value is (115,75,220). Sum of RGB (Red+Green+Blue) = 115+75+220=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #734BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734BDC is #8CB423. Grayscale: #666666. Windows color (decimal): -9221156 or 14437235. OLE color: 14437235.

HSL color Cylindrical-coordinate representation of color #734BDC: hue angle of 256.55º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #734BDC is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 75 220 -
CMYK 0.48 0.66 0 0.14
HSL 256.55º 0.67% 0.58% -
HSV(B) 256.55º 0.66% 0.86% -
XYZ 22.5 13.84 69.2 -
YUV 103.49 193.75 136.21 -
System Red Green Blue C M Y K H S L
Decimal 115 75 220 0.48 0.66 0 0.14 256.55 0.67 0.58
Hex 73 4B DC 30 42 0 E 101 43 3A
Octal 163 113 334 60 102 0 16 401 103 72
Binary 1110011 1001011 11011100 110000 1000010 0 1110 100000001 1000011 111010

Color Harmonies of #734BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734BDC

Black with #734BDC

Text Example


Text Example

White with #734BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,75,220); }

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

background-color css

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

 a { background-color: rgb(115,75,220); }

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

border-color css

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

 span { border-color: rgb(115,75,220); }

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