Html Css Color HEX #7B5FCA Slate Blue

📋 copy color: '#7B5FCA'

red 123 ◦ green 95 ◦ blue 202

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

Shades of Slate Blue #7B5FCA

Tints of Slate Blue #7B5FCA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.62%

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

R = 29.29%
G = 22.62%
B = 48.1%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7B5FCA (or 0x7B5FCA) is known color: Slate Blue. HEX triplet: 7B, 5F and CA. RGB value is (123,95,202). Sum of RGB (Red+Green+Blue) = 123+95+202=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B5FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5FCA is #84A035. Grayscale: #737373. Windows color (decimal): -8691766 or 13262715. OLE color: 13262715.

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

Color convert

RGB 123 95 202 -
CMYK 0.39 0.53 0 0.21
HSL 255.7º 0.5% 0.58% -
HSV(B) 255.7º 0.53% 0.79% -
XYZ 22.92 16.66 57.88 -
YUV 115.57 176.78 133.3 -
System Red Green Blue C M Y K H S L
Decimal 123 95 202 0.39 0.53 0 0.21 255.7 0.5 0.58
Hex 7B 5F CA 27 35 0 15 100 32 3A
Octal 173 137 312 47 65 0 25 400 62 72
Binary 1111011 1011111 11001010 100111 110101 0 10101 100000000 110010 111010

Color Harmonies of #7B5FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5FCA

Black with #7B5FCA

Text Example


Text Example

White with #7B5FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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