Html Css Color HEX #735AFD Medium Slate Blue

📋 copy color: '#735AFD'

red 115 ◦ green 90 ◦ blue 253

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

Shades of Medium Slate Blue #735AFD

Tints of Medium Slate Blue #735AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.65%

 BLUE value IS 253 (99.22% from 255) = 55.24%

R = 25.11%
G = 19.65%
B = 55.24%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#735AFD (or 0x735AFD) is known color: Medium Slate Blue. HEX triplet: 73, 5A and FD. RGB value is (115,90,253). Sum of RGB (Red+Green+Blue) = 115+90+253=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #735AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735AFD is #8CA502. Grayscale: #737373. Windows color (decimal): -9217283 or 16603763. OLE color: 16603763.

HSL color Cylindrical-coordinate representation of color #735AFD: hue angle of 249.2º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #735AFD is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 90 253 -
CMYK 0.55 0.64 0 0.01
HSL 249.2º 0.98% 0.67% -
HSV(B) 249.2º 0.64% 0.99% -
XYZ 28.46 18.05 94.91 -
YUV 116.06 205.28 127.25 -
System Red Green Blue C M Y K H S L
Decimal 115 90 253 0.55 0.64 0 0.01 249.2 0.98 0.67
Hex 73 5A FD 37 40 0 1 F9 62 43
Octal 163 132 375 67 100 0 1 371 142 103
Binary 1110011 1011010 11111101 110111 1000000 0 1 11111001 1100010 1000011

Color Harmonies of #735AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735AFD

Black with #735AFD

Text Example


Text Example

White with #735AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,90,253); }

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

background-color css

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

 a { background-color: rgb(115,90,253); }

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

border-color css

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

 span { border-color: rgb(115,90,253); }

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