Html Css Color HEX #7150CB Slate Blue

📋 copy color: '#7150CB'

red 113 ◦ green 80 ◦ blue 203

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

Shades of Slate Blue #7150CB

Tints of Slate Blue #7150CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 28.54%
G = 20.2%
B = 51.26%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7150CB (or 0x7150CB) is known color: Slate Blue. HEX triplet: 71, 50 and CB. RGB value is (113,80,203). Sum of RGB (Red+Green+Blue) = 113+80+203=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #7150CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7150CB is #8EAF34. Grayscale: #676767. Windows color (decimal): -9350965 or 13324401. OLE color: 13324401.

HSL color Cylindrical-coordinate representation of color #7150CB: hue angle of 256.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7150CB is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 80 203 -
CMYK 0.44 0.61 0 0.20
HSL 256.1º 0.54% 0.55% -
HSV(B) 256.1º 0.61% 0.8% -
XYZ 20.46 13.56 58.04 -
YUV 103.89 183.93 134.5 -
System Red Green Blue C M Y K H S L
Decimal 113 80 203 0.44 0.61 0 0.20 256.1 0.54 0.55
Hex 71 50 CB 2C 3D 0 14 100 36 37
Octal 161 120 313 54 75 0 24 400 66 67
Binary 1110001 1010000 11001011 101100 111101 0 10100 100000000 110110 110111

Color Harmonies of #7150CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7150CB

Black with #7150CB

Text Example


Text Example

White with #7150CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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