Html Css Color HEX #735BFA Medium Slate Blue

📋 copy color: '#735BFA'

red 115 ◦ green 91 ◦ blue 250

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

Shades of Medium Slate Blue #735BFA

Tints of Medium Slate Blue #735BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.96%

 BLUE value IS 250 (98.05% from 255) = 54.82%

R = 25.22%
G = 19.96%
B = 54.82%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#735BFA (or 0x735BFA) is known color: Medium Slate Blue. HEX triplet: 73, 5B and FA. RGB value is (115,91,250). Sum of RGB (Red+Green+Blue) = 115+91+250=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #735BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #735BFA is #8CA405. Grayscale: #737373. Windows color (decimal): -9217030 or 16407411. OLE color: 16407411.

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

Color convert

RGB 115 91 250 -
CMYK 0.54 0.64 0 0.02
HSL 249.06º 0.94% 0.67% -
HSV(B) 249.06º 0.64% 0.98% -
XYZ 28.07 18.03 92.44 -
YUV 116.3 203.45 127.07 -
System Red Green Blue C M Y K H S L
Decimal 115 91 250 0.54 0.64 0 0.02 249.06 0.94 0.67
Hex 73 5B FA 36 40 0 2 F9 5E 43
Octal 163 133 372 66 100 0 2 371 136 103
Binary 1110011 1011011 11111010 110110 1000000 0 10 11111001 1011110 1000011

Color Harmonies of #735BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735BFA

Black with #735BFA

Text Example


Text Example

White with #735BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,91,250); }

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

background-color css

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

 a { background-color: rgb(115,91,250); }

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

border-color css

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

 span { border-color: rgb(115,91,250); }

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