Html Css Color HEX #7B6BFE Light Slate Blue

📋 copy color: '#7B6BFE'

red 123 ◦ green 107 ◦ blue 254

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

Shades of Light Slate Blue #7B6BFE

Tints of Light Slate Blue #7B6BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.11%

 BLUE value IS 254 (99.61% from 255) = 52.48%

R = 25.41%
G = 22.11%
B = 52.48%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7B6BFE (or 0x7B6BFE) is known color: Light Slate Blue. HEX triplet: 7B, 6B and FE. RGB value is (123,107,254). Sum of RGB (Red+Green+Blue) = 123+107+254=484 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.41% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B6BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6BFE is #849401. Grayscale: #7F7F7F. Windows color (decimal): -8688642 or 16673659. OLE color: 16673659.

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

Color convert

RGB 123 107 254 -
CMYK 0.52 0.58 0 0.00
HSL 246.53º 0.99% 0.71% -
HSV(B) 246.53º 0.58% 1% -
XYZ 31.32 21.88 96.34 -
YUV 128.54 198.8 124.05 -
System Red Green Blue C M Y K H S L
Decimal 123 107 254 0.52 0.58 0 0.00 246.53 0.99 0.71
Hex 7B 6B FE 34 3A 0 0 F7 63 47
Octal 173 153 376 64 72 0 0 367 143 107
Binary 1111011 1101011 11111110 110100 111010 0 0 11110111 1100011 1000111

Color Harmonies of #7B6BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6BFE

Black with #7B6BFE

Text Example


Text Example

White with #7B6BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,107,254); }

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

background-color css

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

 a { background-color: rgb(123,107,254); }

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

border-color css

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

 span { border-color: rgb(123,107,254); }

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