Html Css Color HEX #735EDC Slate Blue

📋 copy color: '#735EDC'

red 115 ◦ green 94 ◦ blue 220

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

Shades of Slate Blue #735EDC

Tints of Slate Blue #735EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.91%

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

R = 26.81%
G = 21.91%
B = 51.28%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#735EDC (or 0x735EDC) is known color: Slate Blue. HEX triplet: 73, 5E and DC. RGB value is (115,94,220). Sum of RGB (Red+Green+Blue) = 115+94+220=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #735EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735EDC is #8CA123. Grayscale: #727272. Windows color (decimal): -9216292 or 14442099. OLE color: 14442099.

HSL color Cylindrical-coordinate representation of color #735EDC: hue angle of 250º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #735EDC is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 94 220 -
CMYK 0.48 0.57 0 0.14
HSL 250º 0.64% 0.62% -
HSV(B) 250º 0.57% 0.86% -
XYZ 23.99 16.82 69.69 -
YUV 114.64 187.46 128.25 -
System Red Green Blue C M Y K H S L
Decimal 115 94 220 0.48 0.57 0 0.14 250 0.64 0.62
Hex 73 5E DC 30 39 0 E FA 40 3E
Octal 163 136 334 60 71 0 16 372 100 76
Binary 1110011 1011110 11011100 110000 111001 0 1110 11111010 1000000 111110

Color Harmonies of #735EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735EDC

Black with #735EDC

Text Example


Text Example

White with #735EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735EDC; }

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

 H1.HeaderClassName
 {
   color: #735EDC;
 }
 .AnyTagClassName
 {
   color: #735EDC;
 }
</style>

background-color css

<style>
 a { background-color: #735EDC; }

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

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

border-color css

<style>
 span { border-color: #735EDC; }

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

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