Html Css Color HEX #7250DD Slate Blue

📋 copy color: '#7250DD'

red 114 ◦ green 80 ◦ blue 221

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

Shades of Slate Blue #7250DD

Tints of Slate Blue #7250DD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.28%

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

R = 27.47%
G = 19.28%
B = 53.25%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7250DD (or 0x7250DD) is known color: Slate Blue. HEX triplet: 72, 50 and DD. RGB value is (114,80,221). Sum of RGB (Red+Green+Blue) = 114+80+221=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #7250DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7250DD is #8DAF22. Grayscale: #696969. Windows color (decimal): -9285411 or 14504050. OLE color: 14504050.

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

Color convert

RGB 114 80 221 -
CMYK 0.48 0.64 0 0.13
HSL 254.47º 0.67% 0.59% -
HSV(B) 254.47º 0.64% 0.87% -
XYZ 22.86 14.54 70.01 -
YUV 106.24 192.76 133.54 -
System Red Green Blue C M Y K H S L
Decimal 114 80 221 0.48 0.64 0 0.13 254.47 0.67 0.59
Hex 72 50 DD 30 40 0 D FE 43 3B
Octal 162 120 335 60 100 0 15 376 103 73
Binary 1110010 1010000 11011101 110000 1000000 0 1101 11111110 1000011 111011

Color Harmonies of #7250DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7250DD

Black with #7250DD

Text Example


Text Example

White with #7250DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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