Html Css Color HEX #734BDA Slate Blue

📋 copy color: '#734BDA'

red 115 ◦ green 75 ◦ blue 218

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

Shades of Slate Blue #734BDA

Tints of Slate Blue #734BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.43%

R = 28.19%
G = 18.38%
B = 53.43%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#734BDA (or 0x734BDA) is known color: Slate Blue. HEX triplet: 73, 4B and DA. RGB value is (115,75,218). Sum of RGB (Red+Green+Blue) = 115+75+218=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #734BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734BDA is #8CB425. Grayscale: #666666. Windows color (decimal): -9221158 or 14306163. OLE color: 14306163.

HSL color Cylindrical-coordinate representation of color #734BDA: hue angle of 256.78º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #734BDA is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 75 218 -
CMYK 0.47 0.66 0 0.15
HSL 256.78º 0.66% 0.57% -
HSV(B) 256.78º 0.66% 0.85% -
XYZ 22.24 13.74 67.81 -
YUV 103.26 192.75 136.37 -
System Red Green Blue C M Y K H S L
Decimal 115 75 218 0.47 0.66 0 0.15 256.78 0.66 0.57
Hex 73 4B DA 2F 42 0 F 101 42 39
Octal 163 113 332 57 102 0 17 401 102 71
Binary 1110011 1001011 11011010 101111 1000010 0 1111 100000001 1000010 111001

Color Harmonies of #734BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734BDA

Black with #734BDA

Text Example


Text Example

White with #734BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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