Html Css Color HEX #754BF2 Medium Slate Blue

📋 copy color: '#754BF2'

red 117 ◦ green 75 ◦ blue 242

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

Shades of Medium Slate Blue #754BF2

Tints of Medium Slate Blue #754BF2

RGB

 RED value IS 117 (46.09% from 255) = 26.96%

 GREEN value IS 75 (29.69% from 255) = 17.28%

 BLUE value IS 242 (94.92% from 255) = 55.76%

R = 26.96%
G = 17.28%
B = 55.76%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#754BF2 (or 0x754BF2) is known color: Medium Slate Blue. HEX triplet: 75, 4B and F2. RGB value is (117,75,242). Sum of RGB (Red+Green+Blue) = 117+75+242=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #754BF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754BF2 is #8AB40D. Grayscale: #696969. Windows color (decimal): -9090062 or 15879029. OLE color: 15879029.

HSL color Cylindrical-coordinate representation of color #754BF2: hue angle of 255.09º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #754BF2 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 75 242 -
CMYK 0.52 0.69 0 0.05
HSL 255.09º 0.87% 0.62% -
HSV(B) 255.09º 0.69% 0.95% -
XYZ 25.88 15.22 85.58 -
YUV 106.6 204.41 135.42 -
System Red Green Blue C M Y K H S L
Decimal 117 75 242 0.52 0.69 0 0.05 255.09 0.87 0.62
Hex 75 4B F2 34 45 0 5 FF 57 3E
Octal 165 113 362 64 105 0 5 377 127 76
Binary 1110101 1001011 11110010 110100 1000101 0 101 11111111 1010111 111110

Color Harmonies of #754BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754BF2

Black with #754BF2

Text Example


Text Example

White with #754BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754BF2; }

 p { color: rgb(117,75,242); }

 H1.HeaderClassName
 {
   color: #754BF2;
 }
 .AnyTagClassName
 {
   color: #754BF2;
 }
</style>

background-color css

<style>
 a { background-color: #754BF2; }

 a { background-color: rgb(117,75,242); }

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

border-color css

<style>
 span { border-color: #754BF2; }

 span { border-color: rgb(117,75,242); }

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