Html Css Color HEX #7261DD Slate Blue

📋 copy color: '#7261DD'

red 114 ◦ green 97 ◦ blue 221

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

Shades of Slate Blue #7261DD

Tints of Slate Blue #7261DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 26.39%
G = 22.45%
B = 51.16%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7261DD (or 0x7261DD) is known color: Slate Blue. HEX triplet: 72, 61 and DD. RGB value is (114,97,221). Sum of RGB (Red+Green+Blue) = 114+97+221=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #7261DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7261DD is #8D9E22. Grayscale: #737373. Windows color (decimal): -9281059 or 14508402. OLE color: 14508402.

HSL color Cylindrical-coordinate representation of color #7261DD: hue angle of 248.23º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7261DD is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 97 221 -
CMYK 0.48 0.56 0 0.13
HSL 248.23º 0.65% 0.62% -
HSV(B) 248.23º 0.56% 0.87% -
XYZ 24.27 17.35 70.48 -
YUV 116.22 187.13 126.42 -
System Red Green Blue C M Y K H S L
Decimal 114 97 221 0.48 0.56 0 0.13 248.23 0.65 0.62
Hex 72 61 DD 30 38 0 D F8 41 3E
Octal 162 141 335 60 70 0 15 370 101 76
Binary 1110010 1100001 11011101 110000 111000 0 1101 11111000 1000001 111110

Color Harmonies of #7261DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7261DD

Black with #7261DD

Text Example


Text Example

White with #7261DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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