Html Css Color HEX #7F65F3 Medium Slate Blue

📋 copy color: '#7F65F3'

red 127 ◦ green 101 ◦ blue 243

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

Shades of Medium Slate Blue #7F65F3

Tints of Medium Slate Blue #7F65F3

RGB

 RED value IS 127 (50% from 255) = 26.96%

 GREEN value IS 101 (39.84% from 255) = 21.44%

 BLUE value IS 243 (95.31% from 255) = 51.59%

R = 26.96%
G = 21.44%
B = 51.59%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7F65F3 (or 0x7F65F3) is known color: Medium Slate Blue. HEX triplet: 7F, 65 and F3. RGB value is (127,101,243). Sum of RGB (Red+Green+Blue) = 127+101+243=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 243 (95.31% from 255 or 51.59% from 471); Max value from RGB is 243 - color contains mainly: blue. Hex color #7F65F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F65F3 is #809A0C. Grayscale: #7C7C7C. Windows color (decimal): -8428045 or 15951231. OLE color: 15951231.

HSL color Cylindrical-coordinate representation of color #7F65F3: hue angle of 250.99º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F65F3 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 101 243 -
CMYK 0.48 0.58 0 0.05
HSL 250.99º 0.86% 0.67% -
HSV(B) 250.99º 0.58% 0.95% -
XYZ 29.58 20.29 87.15 -
YUV 124.96 194.61 129.45 -
System Red Green Blue C M Y K H S L
Decimal 127 101 243 0.48 0.58 0 0.05 250.99 0.86 0.67
Hex 7F 65 F3 30 3A 0 5 FB 56 43
Octal 177 145 363 60 72 0 5 373 126 103
Binary 1111111 1100101 11110011 110000 111010 0 101 11111011 1010110 1000011

Color Harmonies of #7F65F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F65F3

Black with #7F65F3

Text Example


Text Example

White with #7F65F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F65F3; }

 p { color: rgb(127,101,243); }

 H1.HeaderClassName
 {
   color: #7F65F3;
 }
 .AnyTagClassName
 {
   color: #7F65F3;
 }
</style>

background-color css

<style>
 a { background-color: #7F65F3; }

 a { background-color: rgb(127,101,243); }

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

border-color css

<style>
 span { border-color: #7F65F3; }

 span { border-color: rgb(127,101,243); }

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