Html Css Color HEX #7B6BFC Light Slate Blue

📋 copy color: '#7B6BFC'

red 123 ◦ green 107 ◦ blue 252

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

Shades of Light Slate Blue #7B6BFC

Tints of Light Slate Blue #7B6BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 25.52%
G = 22.2%
B = 52.28%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B6BFC (or 0x7B6BFC) is known color: Light Slate Blue. HEX triplet: 7B, 6B and FC. RGB value is (123,107,252). Sum of RGB (Red+Green+Blue) = 123+107+252=482 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.52% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B6BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6BFC is #849403. Grayscale: #7F7F7F. Windows color (decimal): -8688644 or 16542587. OLE color: 16542587.

HSL color Cylindrical-coordinate representation of color #7B6BFC: hue angle of 246.62º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B6BFC is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 107 252 -
CMYK 0.51 0.58 0 0.01
HSL 246.62º 0.96% 0.7% -
HSV(B) 246.62º 0.58% 0.99% -
XYZ 31 21.75 94.66 -
YUV 128.31 197.8 124.21 -
System Red Green Blue C M Y K H S L
Decimal 123 107 252 0.51 0.58 0 0.01 246.62 0.96 0.7
Hex 7B 6B FC 33 3A 0 1 F7 60 46
Octal 173 153 374 63 72 0 1 367 140 106
Binary 1111011 1101011 11111100 110011 111010 0 1 11110111 1100000 1000110

Color Harmonies of #7B6BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6BFC

Black with #7B6BFC

Text Example


Text Example

White with #7B6BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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