Html Css Color HEX #7762DB Medium Slate Blue

📋 copy color: '#7762DB'

red 119 ◦ green 98 ◦ blue 219

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

Shades of Medium Slate Blue #7762DB

Tints of Medium Slate Blue #7762DB

RGB

 RED value IS 119 (46.88% from 255) = 27.29%

 GREEN value IS 98 (38.67% from 255) = 22.48%

 BLUE value IS 219 (85.94% from 255) = 50.23%

R = 27.29%
G = 22.48%
B = 50.23%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7762DB (or 0x7762DB) is known color: Medium Slate Blue. HEX triplet: 77, 62 and DB. RGB value is (119,98,219). Sum of RGB (Red+Green+Blue) = 119+98+219=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #7762DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7762DB is #889D24. Grayscale: #757575. Windows color (decimal): -8953125 or 14377591. OLE color: 14377591.

HSL color Cylindrical-coordinate representation of color #7762DB: hue angle of 250.41º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7762DB is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 98 219 -
CMYK 0.46 0.55 0 0.14
HSL 250.41º 0.63% 0.62% -
HSV(B) 250.41º 0.55% 0.86% -
XYZ 24.76 17.77 69.14 -
YUV 118.07 184.96 128.66 -
System Red Green Blue C M Y K H S L
Decimal 119 98 219 0.46 0.55 0 0.14 250.41 0.63 0.62
Hex 77 62 DB 2E 37 0 E FA 3F 3E
Octal 167 142 333 56 67 0 16 372 77 76
Binary 1110111 1100010 11011011 101110 110111 0 1110 11111010 111111 111110

Color Harmonies of #7762DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7762DB

Black with #7762DB

Text Example


Text Example

White with #7762DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7762DB; }

 p { color: rgb(119,98,219); }

 H1.HeaderClassName
 {
   color: #7762DB;
 }
 .AnyTagClassName
 {
   color: #7762DB;
 }
</style>

background-color css

<style>
 a { background-color: #7762DB; }

 a { background-color: rgb(119,98,219); }

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

border-color css

<style>
 span { border-color: #7762DB; }

 span { border-color: rgb(119,98,219); }

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