Html Css Color HEX #7B50CE Slate Blue

📋 copy color: '#7B50CE'

red 123 ◦ green 80 ◦ blue 206

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

Shades of Slate Blue #7B50CE

Tints of Slate Blue #7B50CE

RGB

 RED value IS 123 (48.44% from 255) = 30.07%

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

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 30.07%
G = 19.56%
B = 50.37%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B50CE (or 0x7B50CE) is known color: Slate Blue. HEX triplet: 7B, 50 and CE. RGB value is (123,80,206). Sum of RGB (Red+Green+Blue) = 123+80+206=409 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.07% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B50CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B50CE is #84AF31. Grayscale: #6A6A6A. Windows color (decimal): -8695602 or 13521019. OLE color: 13521019.

HSL color Cylindrical-coordinate representation of color #7B50CE: hue angle of 260.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B50CE is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 80 206 -
CMYK 0.40 0.61 0 0.19
HSL 260.48º 0.56% 0.56% -
HSV(B) 260.48º 0.61% 0.81% -
XYZ 22.18 14.4 60 -
YUV 107.22 183.75 139.25 -
System Red Green Blue C M Y K H S L
Decimal 123 80 206 0.40 0.61 0 0.19 260.48 0.56 0.56
Hex 7B 50 CE 28 3D 0 13 104 38 38
Octal 173 120 316 50 75 0 23 404 70 70
Binary 1111011 1010000 11001110 101000 111101 0 10011 100000100 111000 111000

Color Harmonies of #7B50CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B50CE

Black with #7B50CE

Text Example


Text Example

White with #7B50CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B50CE; }

 p { color: rgb(123,80,206); }

 H1.HeaderClassName
 {
   color: #7B50CE;
 }
 .AnyTagClassName
 {
   color: #7B50CE;
 }
</style>

background-color css

<style>
 a { background-color: #7B50CE; }

 a { background-color: rgb(123,80,206); }

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

border-color css

<style>
 span { border-color: #7B50CE; }

 span { border-color: rgb(123,80,206); }

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