Html Css Color HEX #7675EB Medium Slate Blue

📋 copy color: '#7675EB'

red 118 ◦ green 117 ◦ blue 235

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

Shades of Medium Slate Blue #7675EB

Tints of Medium Slate Blue #7675EB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.89%

 BLUE value IS 235 (92.19% from 255) = 50%

R = 25.11%
G = 24.89%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7675EB (or 0x7675EB) is known color: Medium Slate Blue. HEX triplet: 76, 75 and EB. RGB value is (118,117,235). Sum of RGB (Red+Green+Blue) = 118+117+235=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #7675EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7675EB is #898A14. Grayscale: #828282. Windows color (decimal): -9013781 or 15431030. OLE color: 15431030.

HSL color Cylindrical-coordinate representation of color #7675EB: hue angle of 240.51º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7675EB is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 117 235 -
CMYK 0.50 0.50 0 0.08
HSL 240.51º 0.75% 0.69% -
HSV(B) 240.51º 0.5% 0.92% -
XYZ 28.83 22.57 81.43 -
YUV 130.75 186.83 118.91 -
System Red Green Blue C M Y K H S L
Decimal 118 117 235 0.50 0.50 0 0.08 240.51 0.75 0.69
Hex 76 75 EB 32 32 0 8 F1 4B 45
Octal 166 165 353 62 62 0 10 361 113 105
Binary 1110110 1110101 11101011 110010 110010 0 1000 11110001 1001011 1000101

Color Harmonies of #7675EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7675EB

Black with #7675EB

Text Example


Text Example

White with #7675EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7675EB; }

 p { color: rgb(118,117,235); }

 H1.HeaderClassName
 {
   color: #7675EB;
 }
 .AnyTagClassName
 {
   color: #7675EB;
 }
</style>

background-color css

<style>
 a { background-color: #7675EB; }

 a { background-color: rgb(118,117,235); }

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

border-color css

<style>
 span { border-color: #7675EB; }

 span { border-color: rgb(118,117,235); }

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