Html Css Color HEX #7665FE Medium Slate Blue

📋 copy color: '#7665FE'

red 118 ◦ green 101 ◦ blue 254

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

Shades of Medium Slate Blue #7665FE

Tints of Medium Slate Blue #7665FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.7%

R = 24.95%
G = 21.35%
B = 53.7%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7665FE (or 0x7665FE) is known color: Medium Slate Blue. HEX triplet: 76, 65 and FE. RGB value is (118,101,254). Sum of RGB (Red+Green+Blue) = 118+101+254=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #7665FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7665FE is #899A01. Grayscale: #7A7A7A. Windows color (decimal): -9017858 or 16672118. OLE color: 16672118.

HSL color Cylindrical-coordinate representation of color #7665FE: hue angle of 246.67º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7665FE is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 101 254 -
CMYK 0.54 0.60 0 0.00
HSL 246.67º 0.99% 0.7% -
HSV(B) 246.67º 0.6% 1% -
XYZ 30.01 20.31 96.11 -
YUV 123.53 201.63 124.06 -
System Red Green Blue C M Y K H S L
Decimal 118 101 254 0.54 0.60 0 0.00 246.67 0.99 0.7
Hex 76 65 FE 36 3C 0 0 F7 63 46
Octal 166 145 376 66 74 0 0 367 143 106
Binary 1110110 1100101 11111110 110110 111100 0 0 11110111 1100011 1000110

Color Harmonies of #7665FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7665FE

Black with #7665FE

Text Example


Text Example

White with #7665FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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