Html Css Color HEX #7B7AF3 Light Slate Blue

📋 copy color: '#7B7AF3'

red 123 ◦ green 122 ◦ blue 243

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

Shades of Light Slate Blue #7B7AF3

Tints of Light Slate Blue #7B7AF3

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25%

 BLUE value IS 243 (95.31% from 255) = 49.8%

R = 25.2%
G = 25%
B = 49.8%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7B7AF3 (or 0x7B7AF3) is known color: Light Slate Blue. HEX triplet: 7B, 7A and F3. RGB value is (123,122,243). Sum of RGB (Red+Green+Blue) = 123+122+243=488 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.20% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #7B7AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7AF3 is #84850C. Grayscale: #878787. Windows color (decimal): -8684813 or 15956603. OLE color: 15956603.

HSL color Cylindrical-coordinate representation of color #7B7AF3: hue angle of 240.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B7AF3 is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 123 122 243 -
CMYK 0.49 0.50 0 0.05
HSL 240.5º 0.83% 0.72% -
HSV(B) 240.5º 0.5% 0.95% -
XYZ 31.31 24.6 87.89 -
YUV 136.09 188.33 118.66 -
System Red Green Blue C M Y K H S L
Decimal 123 122 243 0.49 0.50 0 0.05 240.5 0.83 0.72
Hex 7B 7A F3 31 32 0 5 F0 53 48
Octal 173 172 363 61 62 0 5 360 123 110
Binary 1111011 1111010 11110011 110001 110010 0 101 11110000 1010011 1001000

Color Harmonies of #7B7AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7AF3

Black with #7B7AF3

Text Example


Text Example

White with #7B7AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,122,243); }

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

background-color css

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

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

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

border-color css

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

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

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