Html Css Color HEX #734ECB Slate Blue

📋 copy color: '#734ECB'

red 115 ◦ green 78 ◦ blue 203

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

Shades of Slate Blue #734ECB

Tints of Slate Blue #734ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.7%

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 29.04%
G = 19.7%
B = 51.26%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#734ECB (or 0x734ECB) is known color: Slate Blue. HEX triplet: 73, 4E and CB. RGB value is (115,78,203). Sum of RGB (Red+Green+Blue) = 115+78+203=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #734ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734ECB is #8CB134. Grayscale: #666666. Windows color (decimal): -9220405 or 13323891. OLE color: 13323891.

HSL color Cylindrical-coordinate representation of color #734ECB: hue angle of 257.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #734ECB is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 78 203 -
CMYK 0.43 0.62 0 0.20
HSL 257.76º 0.55% 0.55% -
HSV(B) 257.76º 0.62% 0.8% -
XYZ 20.57 13.41 58 -
YUV 103.31 184.26 136.34 -
System Red Green Blue C M Y K H S L
Decimal 115 78 203 0.43 0.62 0 0.20 257.76 0.55 0.55
Hex 73 4E CB 2B 3E 0 14 102 37 37
Octal 163 116 313 53 76 0 24 402 67 67
Binary 1110011 1001110 11001011 101011 111110 0 10100 100000010 110111 110111

Color Harmonies of #734ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734ECB

Black with #734ECB

Text Example


Text Example

White with #734ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,78,203); }

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

background-color css

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

 a { background-color: rgb(115,78,203); }

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

border-color css

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

 span { border-color: rgb(115,78,203); }

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