Html Css Color HEX #7B4ECB Slate Blue

📋 copy color: '#7B4ECB'

red 123 ◦ green 78 ◦ blue 203

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

Shades of Slate Blue #7B4ECB

Tints of Slate Blue #7B4ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.31%

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

R = 30.45%
G = 19.31%
B = 50.25%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B4ECB (or 0x7B4ECB) is known color: Slate Blue. HEX triplet: 7B, 4E and CB. RGB value is (123,78,203). Sum of RGB (Red+Green+Blue) = 123+78+203=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B4ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4ECB is #84B134. Grayscale: #696969. Windows color (decimal): -8696117 or 13323899. OLE color: 13323899.

HSL color Cylindrical-coordinate representation of color #7B4ECB: hue angle of 261.6º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B4ECB is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 78 203 -
CMYK 0.39 0.62 0 0.20
HSL 261.6º 0.55% 0.55% -
HSV(B) 261.6º 0.62% 0.8% -
XYZ 21.67 13.97 58.05 -
YUV 105.71 182.91 140.34 -
System Red Green Blue C M Y K H S L
Decimal 123 78 203 0.39 0.62 0 0.20 261.6 0.55 0.55
Hex 7B 4E CB 27 3E 0 14 106 37 37
Octal 173 116 313 47 76 0 24 406 67 67
Binary 1111011 1001110 11001011 100111 111110 0 10100 100000110 110111 110111

Color Harmonies of #7B4ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4ECB

Black with #7B4ECB

Text Example


Text Example

White with #7B4ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,78,203); }

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

background-color css

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

 a { background-color: rgb(123,78,203); }

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

border-color css

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

 span { border-color: rgb(123,78,203); }

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