Html Css Color HEX #7B6EFA Light Slate Blue

📋 copy color: '#7B6EFA'

red 123 ◦ green 110 ◦ blue 250

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

Shades of Light Slate Blue #7B6EFA

Tints of Light Slate Blue #7B6EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.77%

 BLUE value IS 250 (98.05% from 255) = 51.76%

R = 25.47%
G = 22.77%
B = 51.76%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B6EFA (or 0x7B6EFA) is known color: Light Slate Blue. HEX triplet: 7B, 6E and FA. RGB value is (123,110,250). Sum of RGB (Red+Green+Blue) = 123+110+250=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B6EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6EFA is #849105. Grayscale: #818181. Windows color (decimal): -8687878 or 16412283. OLE color: 16412283.

HSL color Cylindrical-coordinate representation of color #7B6EFA: hue angle of 245.57º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B6EFA is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 110 250 -
CMYK 0.51 0.56 0 0.02
HSL 245.57º 0.93% 0.71% -
HSV(B) 245.57º 0.56% 0.98% -
XYZ 31 22.26 93.11 -
YUV 129.85 195.81 123.12 -
System Red Green Blue C M Y K H S L
Decimal 123 110 250 0.51 0.56 0 0.02 245.57 0.93 0.71
Hex 7B 6E FA 33 38 0 2 F6 5D 47
Octal 173 156 372 63 70 0 2 366 135 107
Binary 1111011 1101110 11111010 110011 111000 0 10 11110110 1011101 1000111

Color Harmonies of #7B6EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6EFA

Black with #7B6EFA

Text Example


Text Example

White with #7B6EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,110,250); }

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

background-color css

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

 a { background-color: rgb(123,110,250); }

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

border-color css

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

 span { border-color: rgb(123,110,250); }

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