Html Css Color HEX #7C65FB Medium Slate Blue

📋 copy color: '#7C65FB'

red 124 ◦ green 101 ◦ blue 251

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

Shades of Medium Slate Blue #7C65FB

Tints of Medium Slate Blue #7C65FB

RGB

 RED value IS 124 (48.83% from 255) = 26.05%

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

 BLUE value IS 251 (98.44% from 255) = 52.73%

R = 26.05%
G = 21.22%
B = 52.73%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C65FB (or 0x7C65FB) is known color: Medium Slate Blue. HEX triplet: 7C, 65 and FB. RGB value is (124,101,251). Sum of RGB (Red+Green+Blue) = 124+101+251=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C65FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C65FB is #839A04. Grayscale: #7C7C7C. Windows color (decimal): -8624645 or 16475516. OLE color: 16475516.

HSL color Cylindrical-coordinate representation of color #7C65FB: hue angle of 249.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C65FB is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 101 251 -
CMYK 0.51 0.60 0 0.02
HSL 249.2º 0.95% 0.69% -
HSV(B) 249.2º 0.6% 0.98% -
XYZ 30.38 20.56 93.63 -
YUV 124.98 199.12 127.3 -
System Red Green Blue C M Y K H S L
Decimal 124 101 251 0.51 0.60 0 0.02 249.2 0.95 0.69
Hex 7C 65 FB 33 3C 0 2 F9 5F 45
Octal 174 145 373 63 74 0 2 371 137 105
Binary 1111100 1100101 11111011 110011 111100 0 10 11111001 1011111 1000101

Color Harmonies of #7C65FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C65FB

Black with #7C65FB

Text Example


Text Example

White with #7C65FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,101,251); }

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

background-color css

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

 a { background-color: rgb(124,101,251); }

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

border-color css

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

 span { border-color: rgb(124,101,251); }

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