Html Css Color HEX #7B60FF Light Slate Blue

📋 copy color: '#7B60FF'

red 123 ◦ green 96 ◦ blue 255

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

Shades of Light Slate Blue #7B60FF

Tints of Light Slate Blue #7B60FF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.25%

 BLUE value IS 255 (100% from 255) = 53.8%

R = 25.95%
G = 20.25%
B = 53.8%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7B60FF (or 0x7B60FF) is known color: Light Slate Blue. HEX triplet: 7B, 60 and FF. RGB value is (123,96,255). Sum of RGB (Red+Green+Blue) = 123+96+255=474 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.95% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B60FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B60FF is #849F00. Grayscale: #797979. Windows color (decimal): -8691457 or 16736379. OLE color: 16736379.

HSL color Cylindrical-coordinate representation of color #7B60FF: hue angle of 250.19º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B60FF is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 123 96 255 -
CMYK 0.52 0.62 0 0
HSL 250.19º 1% 0.69% -
HSV(B) 250.19º 0.62% 1% -
XYZ 30.4 19.8 96.83 -
YUV 122.2 202.95 128.57 -
System Red Green Blue C M Y K H S L
Decimal 123 96 255 0.52 0.62 0 0 250.19 1 0.69
Hex 7B 60 FF 34 3E 0 0 FA 64 45
Octal 173 140 377 64 76 0 0 372 144 105
Binary 1111011 1100000 11111111 110100 111110 0 0 11111010 1100100 1000101

Color Harmonies of #7B60FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B60FF

Black with #7B60FF

Text Example


Text Example

White with #7B60FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,96,255); }

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

background-color css

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

 a { background-color: rgb(123,96,255); }

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

border-color css

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

 span { border-color: rgb(123,96,255); }

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