Html Css Color HEX #735EDA Slate Blue

📋 copy color: '#735EDA'

red 115 ◦ green 94 ◦ blue 218

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

Shades of Slate Blue #735EDA

Tints of Slate Blue #735EDA

RGB

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

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

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

R = 26.93%
G = 22.01%
B = 51.05%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#735EDA (or 0x735EDA) is known color: Slate Blue. HEX triplet: 73, 5E and DA. RGB value is (115,94,218). Sum of RGB (Red+Green+Blue) = 115+94+218=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #735EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735EDA is #8CA125. Grayscale: #717171. Windows color (decimal): -9216294 or 14311027. OLE color: 14311027.

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

Color convert

RGB 115 94 218 -
CMYK 0.47 0.57 0 0.15
HSL 250.16º 0.63% 0.61% -
HSV(B) 250.16º 0.57% 0.85% -
XYZ 23.73 16.71 68.3 -
YUV 114.42 186.46 128.42 -
System Red Green Blue C M Y K H S L
Decimal 115 94 218 0.47 0.57 0 0.15 250.16 0.63 0.61
Hex 73 5E DA 2F 39 0 F FA 3F 3D
Octal 163 136 332 57 71 0 17 372 77 75
Binary 1110011 1011110 11011010 101111 111001 0 1111 11111010 111111 111101

Color Harmonies of #735EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735EDA

Black with #735EDA

Text Example


Text Example

White with #735EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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