Html Css Color HEX #7B6BFA Light Slate Blue

📋 copy color: '#7B6BFA'

red 123 ◦ green 107 ◦ blue 250

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

Shades of Light Slate Blue #7B6BFA

Tints of Light Slate Blue #7B6BFA

RGB

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

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

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

R = 25.63%
G = 22.29%
B = 52.08%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B6BFA (or 0x7B6BFA) is known color: Light Slate Blue. HEX triplet: 7B, 6B and FA. RGB value is (123,107,250). Sum of RGB (Red+Green+Blue) = 123+107+250=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B6BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6BFA is #849405. Grayscale: #7F7F7F. Windows color (decimal): -8688646 or 16411515. OLE color: 16411515.

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

Color convert

RGB 123 107 250 -
CMYK 0.51 0.57 0 0.02
HSL 246.71º 0.93% 0.7% -
HSV(B) 246.71º 0.57% 0.98% -
XYZ 30.68 21.63 93 -
YUV 128.09 196.8 124.37 -
System Red Green Blue C M Y K H S L
Decimal 123 107 250 0.51 0.57 0 0.02 246.71 0.93 0.7
Hex 7B 6B FA 33 39 0 2 F7 5D 46
Octal 173 153 372 63 71 0 2 367 135 106
Binary 1111011 1101011 11111010 110011 111001 0 10 11110111 1011101 1000110

Color Harmonies of #7B6BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6BFA

Black with #7B6BFA

Text Example


Text Example

White with #7B6BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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