Html Css Color HEX #7661DB Slate Blue

📋 copy color: '#7661DB'

red 118 ◦ green 97 ◦ blue 219

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

Shades of Slate Blue #7661DB

Tints of Slate Blue #7661DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.35%

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

R = 27.19%
G = 22.35%
B = 50.46%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7661DB (or 0x7661DB) is known color: Slate Blue. HEX triplet: 76, 61 and DB. RGB value is (118,97,219). Sum of RGB (Red+Green+Blue) = 118+97+219=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #7661DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7661DB is #899E24. Grayscale: #747474. Windows color (decimal): -9018917 or 14377334. OLE color: 14377334.

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

Color convert

RGB 118 97 219 -
CMYK 0.46 0.56 0 0.14
HSL 250.33º 0.63% 0.62% -
HSV(B) 250.33º 0.56% 0.86% -
XYZ 24.53 17.52 69.11 -
YUV 117.19 185.46 128.58 -
System Red Green Blue C M Y K H S L
Decimal 118 97 219 0.46 0.56 0 0.14 250.33 0.63 0.62
Hex 76 61 DB 2E 38 0 E FA 3F 3E
Octal 166 141 333 56 70 0 16 372 77 76
Binary 1110110 1100001 11011011 101110 111000 0 1110 11111010 111111 111110

Color Harmonies of #7661DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7661DB

Black with #7661DB

Text Example


Text Example

White with #7661DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,97,219); }

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

background-color css

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

 a { background-color: rgb(118,97,219); }

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

border-color css

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

 span { border-color: rgb(118,97,219); }

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