Html Css Color HEX #7257DD Slate Blue

📋 copy color: '#7257DD'

red 114 ◦ green 87 ◦ blue 221

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

Shades of Slate Blue #7257DD

Tints of Slate Blue #7257DD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.62%

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

R = 27.01%
G = 20.62%
B = 52.37%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7257DD (or 0x7257DD) is known color: Slate Blue. HEX triplet: 72, 57 and DD. RGB value is (114,87,221). Sum of RGB (Red+Green+Blue) = 114+87+221=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #7257DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7257DD is #8DA822. Grayscale: #6D6D6D. Windows color (decimal): -9283619 or 14505842. OLE color: 14505842.

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

Color convert

RGB 114 87 221 -
CMYK 0.48 0.61 0 0.13
HSL 252.09º 0.66% 0.6% -
HSV(B) 252.09º 0.61% 0.87% -
XYZ 23.4 15.61 70.19 -
YUV 110.35 190.45 130.6 -
System Red Green Blue C M Y K H S L
Decimal 114 87 221 0.48 0.61 0 0.13 252.09 0.66 0.6
Hex 72 57 DD 30 3D 0 D FC 42 3C
Octal 162 127 335 60 75 0 15 374 102 74
Binary 1110010 1010111 11011101 110000 111101 0 1101 11111100 1000010 111100

Color Harmonies of #7257DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7257DD

Black with #7257DD

Text Example


Text Example

White with #7257DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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