Html Css Color HEX #7261D1 Slate Blue

📋 copy color: '#7261D1'

red 114 ◦ green 97 ◦ blue 209

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

Shades of Slate Blue #7261D1

Tints of Slate Blue #7261D1

RGB

 RED value IS 114 (44.92% from 255) = 27.14%

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

 BLUE value IS 209 (82.03% from 255) = 49.76%

R = 27.14%
G = 23.1%
B = 49.76%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7261D1 (or 0x7261D1) is known color: Slate Blue. HEX triplet: 72, 61 and D1. RGB value is (114,97,209). Sum of RGB (Red+Green+Blue) = 114+97+209=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #7261D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7261D1 is #8D9E2E. Grayscale: #727272. Windows color (decimal): -9281071 or 13721970. OLE color: 13721970.

HSL color Cylindrical-coordinate representation of color #7261D1: hue angle of 249.11º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7261D1 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 97 209 -
CMYK 0.45 0.54 0 0.18
HSL 249.11º 0.55% 0.6% -
HSV(B) 249.11º 0.54% 0.82% -
XYZ 22.72 16.73 62.35 -
YUV 114.85 181.13 127.39 -
System Red Green Blue C M Y K H S L
Decimal 114 97 209 0.45 0.54 0 0.18 249.11 0.55 0.6
Hex 72 61 D1 2D 36 0 12 F9 37 3C
Octal 162 141 321 55 66 0 22 371 67 74
Binary 1110010 1100001 11010001 101101 110110 0 10010 11111001 110111 111100

Color Harmonies of #7261D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7261D1

Black with #7261D1

Text Example


Text Example

White with #7261D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7261D1; }

 p { color: rgb(114,97,209); }

 H1.HeaderClassName
 {
   color: #7261D1;
 }
 .AnyTagClassName
 {
   color: #7261D1;
 }
</style>

background-color css

<style>
 a { background-color: #7261D1; }

 a { background-color: rgb(114,97,209); }

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

border-color css

<style>
 span { border-color: #7261D1; }

 span { border-color: rgb(114,97,209); }

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