Html Css Color HEX #7251DD Slate Blue

📋 copy color: '#7251DD'

red 114 ◦ green 81 ◦ blue 221

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

Shades of Slate Blue #7251DD

Tints of Slate Blue #7251DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.47%

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

R = 27.4%
G = 19.47%
B = 53.13%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7251DD (or 0x7251DD) is known color: Slate Blue. HEX triplet: 72, 51 and DD. RGB value is (114,81,221). Sum of RGB (Red+Green+Blue) = 114+81+221=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #7251DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7251DD is #8DAE22. Grayscale: #6A6A6A. Windows color (decimal): -9285155 or 14504306. OLE color: 14504306.

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

Color convert

RGB 114 81 221 -
CMYK 0.48 0.63 0 0.13
HSL 254.14º 0.67% 0.59% -
HSV(B) 254.14º 0.63% 0.87% -
XYZ 22.93 14.68 70.03 -
YUV 106.83 192.43 133.12 -
System Red Green Blue C M Y K H S L
Decimal 114 81 221 0.48 0.63 0 0.13 254.14 0.67 0.59
Hex 72 51 DD 30 3F 0 D FE 43 3B
Octal 162 121 335 60 77 0 15 376 103 73
Binary 1110010 1010001 11011101 110000 111111 0 1101 11111110 1000011 111011

Color Harmonies of #7251DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7251DD

Black with #7251DD

Text Example


Text Example

White with #7251DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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