Html Css Color HEX #7B5CCA Slate Blue

📋 copy color: '#7B5CCA'

red 123 ◦ green 92 ◦ blue 202

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

Shades of Slate Blue #7B5CCA

Tints of Slate Blue #7B5CCA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.06%

 BLUE value IS 202 (79.3% from 255) = 48.44%

R = 29.5%
G = 22.06%
B = 48.44%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7B5CCA (or 0x7B5CCA) is known color: Slate Blue. HEX triplet: 7B, 5C and CA. RGB value is (123,92,202). Sum of RGB (Red+Green+Blue) = 123+92+202=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B5CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5CCA is #84A335. Grayscale: #717171. Windows color (decimal): -8692534 or 13261947. OLE color: 13261947.

HSL color Cylindrical-coordinate representation of color #7B5CCA: hue angle of 256.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B5CCA is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 123 92 202 -
CMYK 0.39 0.54 0 0.21
HSL 256.91º 0.51% 0.58% -
HSV(B) 256.91º 0.54% 0.79% -
XYZ 22.66 16.13 57.8 -
YUV 113.81 177.77 134.56 -
System Red Green Blue C M Y K H S L
Decimal 123 92 202 0.39 0.54 0 0.21 256.91 0.51 0.58
Hex 7B 5C CA 27 36 0 15 101 33 3A
Octal 173 134 312 47 66 0 25 401 63 72
Binary 1111011 1011100 11001010 100111 110110 0 10101 100000001 110011 111010

Color Harmonies of #7B5CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5CCA

Black with #7B5CCA

Text Example


Text Example

White with #7B5CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,92,202); }

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

background-color css

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

 a { background-color: rgb(123,92,202); }

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

border-color css

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

 span { border-color: rgb(123,92,202); }

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