Html Css Color HEX #7B6BFD Light Slate Blue

📋 copy color: '#7B6BFD'

red 123 ◦ green 107 ◦ blue 253

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

Shades of Light Slate Blue #7B6BFD

Tints of Light Slate Blue #7B6BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.38%

R = 25.47%
G = 22.15%
B = 52.38%

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

#7B6BFD (or 0x7B6BFD) is known color: Light Slate Blue. HEX triplet: 7B, 6B and FD. RGB value is (123,107,253). Sum of RGB (Red+Green+Blue) = 123+107+253=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B6BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6BFD is #849402. Grayscale: #7F7F7F. Windows color (decimal): -8688643 or 16608123. OLE color: 16608123.

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

Color convert

RGB 123 107 253 -
CMYK 0.51 0.58 0 0.01
HSL 246.58º 0.97% 0.71% -
HSV(B) 246.58º 0.58% 0.99% -
XYZ 31.16 21.82 95.5 -
YUV 128.43 198.3 124.13 -
System Red Green Blue C M Y K H S L
Decimal 123 107 253 0.51 0.58 0 0.01 246.58 0.97 0.71
Hex 7B 6B FD 33 3A 0 1 F7 61 47
Octal 173 153 375 63 72 0 1 367 141 107
Binary 1111011 1101011 11111101 110011 111010 0 1 11110111 1100001 1000111

Color Harmonies of #7B6BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6BFD

Black with #7B6BFD

Text Example


Text Example

White with #7B6BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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