Html Css Color HEX #7665FA Medium Slate Blue

📋 copy color: '#7665FA'

red 118 ◦ green 101 ◦ blue 250

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

Shades of Medium Slate Blue #7665FA

Tints of Medium Slate Blue #7665FA

RGB

 RED value IS 118 (46.48% from 255) = 25.16%

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

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

R = 25.16%
G = 21.54%
B = 53.3%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7665FA (or 0x7665FA) is known color: Medium Slate Blue. HEX triplet: 76, 65 and FA. RGB value is (118,101,250). Sum of RGB (Red+Green+Blue) = 118+101+250=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #7665FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7665FA is #899A05. Grayscale: #7A7A7A. Windows color (decimal): -9017862 or 16409974. OLE color: 16409974.

HSL color Cylindrical-coordinate representation of color #7665FA: hue angle of 246.85º degrees, saturation: 0.94, 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 #7665FA is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 101 250 -
CMYK 0.53 0.60 0 0.02
HSL 246.85º 0.94% 0.69% -
HSV(B) 246.85º 0.6% 0.98% -
XYZ 29.38 20.06 92.77 -
YUV 123.07 199.63 124.38 -
System Red Green Blue C M Y K H S L
Decimal 118 101 250 0.53 0.60 0 0.02 246.85 0.94 0.69
Hex 76 65 FA 35 3C 0 2 F7 5E 45
Octal 166 145 372 65 74 0 2 367 136 105
Binary 1110110 1100101 11111010 110101 111100 0 10 11110111 1011110 1000101

Color Harmonies of #7665FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7665FA

Black with #7665FA

Text Example


Text Example

White with #7665FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7665FA; }

 p { color: rgb(118,101,250); }

 H1.HeaderClassName
 {
   color: #7665FA;
 }
 .AnyTagClassName
 {
   color: #7665FA;
 }
</style>

background-color css

<style>
 a { background-color: #7665FA; }

 a { background-color: rgb(118,101,250); }

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

border-color css

<style>
 span { border-color: #7665FA; }

 span { border-color: rgb(118,101,250); }

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