Html Css Color HEX #7B76FA Light Slate Blue

📋 copy color: '#7B76FA'

red 123 ◦ green 118 ◦ blue 250

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

Shades of Light Slate Blue #7B76FA

Tints of Light Slate Blue #7B76FA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.03%

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

R = 25.05%
G = 24.03%
B = 50.92%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B76FA (or 0x7B76FA) is known color: Light Slate Blue. HEX triplet: 7B, 76 and FA. RGB value is (123,118,250). Sum of RGB (Red+Green+Blue) = 123+118+250=491 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25.05% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B76FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B76FA is #848905. Grayscale: #868686. Windows color (decimal): -8685830 or 16414331. OLE color: 16414331.

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

Color convert

RGB 123 118 250 -
CMYK 0.51 0.53 0 0.02
HSL 242.27º 0.93% 0.72% -
HSV(B) 242.27º 0.53% 0.98% -
XYZ 31.9 24.07 93.41 -
YUV 134.54 193.16 119.77 -
System Red Green Blue C M Y K H S L
Decimal 123 118 250 0.51 0.53 0 0.02 242.27 0.93 0.72
Hex 7B 76 FA 33 35 0 2 F2 5D 48
Octal 173 166 372 63 65 0 2 362 135 110
Binary 1111011 1110110 11111010 110011 110101 0 10 11110010 1011101 1001000

Color Harmonies of #7B76FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B76FA

Black with #7B76FA

Text Example


Text Example

White with #7B76FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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