Html Css Color HEX #7B7BFA Light Slate Blue

📋 copy color: '#7B7BFA'

red 123 ◦ green 123 ◦ blue 250

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

Shades of Light Slate Blue #7B7BFA

Tints of Light Slate Blue #7B7BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.8%

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

R = 24.8%
G = 24.8%
B = 50.4%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B7BFA (or 0x7B7BFA) is known color: Light Slate Blue. HEX triplet: 7B, 7B and FA. RGB value is (123,123,250). Sum of RGB (Red+Green+Blue) = 123+123+250=496 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.80% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B7BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7BFA is #848405. Grayscale: #888888. Windows color (decimal): -8684550 or 16415611. OLE color: 16415611.

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

Color convert

RGB 123 123 250 -
CMYK 0.51 0.51 0 0.02
HSL 240º 0.93% 0.73% -
HSV(B) 240º 0.51% 0.98% -
XYZ 32.51 25.28 93.61 -
YUV 137.48 191.5 117.67 -
System Red Green Blue C M Y K H S L
Decimal 123 123 250 0.51 0.51 0 0.02 240 0.93 0.73
Hex 7B 7B FA 33 33 0 2 F0 5D 49
Octal 173 173 372 63 63 0 2 360 135 111
Binary 1111011 1111011 11111010 110011 110011 0 10 11110000 1011101 1001001

Color Harmonies of #7B7BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7BFA

Black with #7B7BFA

Text Example


Text Example

White with #7B7BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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