Html Css Color HEX #7050CB Slate Blue

📋 copy color: '#7050CB'

red 112 ◦ green 80 ◦ blue 203

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

Shades of Slate Blue #7050CB

Tints of Slate Blue #7050CB

RGB

 RED value IS 112 (44.14% from 255) = 28.35%

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

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

R = 28.35%
G = 20.25%
B = 51.39%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7050CB (or 0x7050CB) is known color: Slate Blue. HEX triplet: 70, 50 and CB. RGB value is (112,80,203). Sum of RGB (Red+Green+Blue) = 112+80+203=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #7050CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7050CB is #8FAF34. Grayscale: #676767. Windows color (decimal): -9416501 or 13324400. OLE color: 13324400.

HSL color Cylindrical-coordinate representation of color #7050CB: hue angle of 255.61º 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 #7050CB is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 80 203 -
CMYK 0.45 0.61 0 0.20
HSL 255.61º 0.54% 0.55% -
HSV(B) 255.61º 0.61% 0.8% -
XYZ 20.33 13.49 58.03 -
YUV 103.59 184.1 134 -
System Red Green Blue C M Y K H S L
Decimal 112 80 203 0.45 0.61 0 0.20 255.61 0.54 0.55
Hex 70 50 CB 2D 3D 0 14 100 36 37
Octal 160 120 313 55 75 0 24 400 66 67
Binary 1110000 1010000 11001011 101101 111101 0 10100 100000000 110110 110111

Color Harmonies of #7050CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7050CB

Black with #7050CB

Text Example


Text Example

White with #7050CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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