Html Css Color HEX #7150DD Slate Blue

📋 copy color: '#7150DD'

red 113 ◦ green 80 ◦ blue 221

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

Shades of Slate Blue #7150DD

Tints of Slate Blue #7150DD

RGB

 RED value IS 113 (44.53% from 255) = 27.29%

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

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

R = 27.29%
G = 19.32%
B = 53.38%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7150DD (or 0x7150DD) is known color: Slate Blue. HEX triplet: 71, 50 and DD. RGB value is (113,80,221). Sum of RGB (Red+Green+Blue) = 113+80+221=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #7150DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7150DD is #8EAF22. Grayscale: #696969. Windows color (decimal): -9350947 or 14504049. OLE color: 14504049.

HSL color Cylindrical-coordinate representation of color #7150DD: hue angle of 254.04º 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 #7150DD is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 80 221 -
CMYK 0.49 0.64 0 0.13
HSL 254.04º 0.67% 0.59% -
HSV(B) 254.04º 0.64% 0.87% -
XYZ 22.73 14.47 70 -
YUV 105.94 192.93 133.04 -
System Red Green Blue C M Y K H S L
Decimal 113 80 221 0.49 0.64 0 0.13 254.04 0.67 0.59
Hex 71 50 DD 31 40 0 D FE 43 3B
Octal 161 120 335 61 100 0 15 376 103 73
Binary 1110001 1010000 11011101 110001 1000000 0 1101 11111110 1000011 111011

Color Harmonies of #7150DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7150DD

Black with #7150DD

Text Example


Text Example

White with #7150DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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