Html Css Color HEX #7461DB Slate Blue

📋 copy color: '#7461DB'

red 116 ◦ green 97 ◦ blue 219

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

Shades of Slate Blue #7461DB

Tints of Slate Blue #7461DB

RGB

 RED value IS 116 (45.7% from 255) = 26.85%

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

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

R = 26.85%
G = 22.45%
B = 50.69%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7461DB (or 0x7461DB) is known color: Slate Blue. HEX triplet: 74, 61 and DB. RGB value is (116,97,219). Sum of RGB (Red+Green+Blue) = 116+97+219=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #7461DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7461DB is #8B9E24. Grayscale: #747474. Windows color (decimal): -9149989 or 14377332. OLE color: 14377332.

HSL color Cylindrical-coordinate representation of color #7461DB: hue angle of 249.34º 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 #7461DB is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 97 219 -
CMYK 0.47 0.56 0 0.14
HSL 249.34º 0.63% 0.62% -
HSV(B) 249.34º 0.56% 0.86% -
XYZ 24.26 17.38 69.09 -
YUV 116.59 185.79 127.58 -
System Red Green Blue C M Y K H S L
Decimal 116 97 219 0.47 0.56 0 0.14 249.34 0.63 0.62
Hex 74 61 DB 2F 38 0 E F9 3F 3E
Octal 164 141 333 57 70 0 16 371 77 76
Binary 1110100 1100001 11011011 101111 111000 0 1110 11111001 111111 111110

Color Harmonies of #7461DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7461DB

Black with #7461DB

Text Example


Text Example

White with #7461DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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