Html Css Color HEX #7B6CFB Light Slate Blue

📋 copy color: '#7B6CFB'

red 123 ◦ green 108 ◦ blue 251

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

Shades of Light Slate Blue #7B6CFB

Tints of Light Slate Blue #7B6CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.41%

 BLUE value IS 251 (98.44% from 255) = 52.07%

R = 25.52%
G = 22.41%
B = 52.07%

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

#7B6CFB (or 0x7B6CFB) is known color: Light Slate Blue. HEX triplet: 7B, 6C and FB. RGB value is (123,108,251). Sum of RGB (Red+Green+Blue) = 123+108+251=482 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.52% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B6CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6CFB is #849304. Grayscale: #808080. Windows color (decimal): -8688389 or 16477307. OLE color: 16477307.

HSL color Cylindrical-coordinate representation of color #7B6CFB: hue angle of 246.29º degrees, saturation: 0.95, 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 #7B6CFB is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 108 251 -
CMYK 0.51 0.57 0 0.02
HSL 246.29º 0.95% 0.7% -
HSV(B) 246.29º 0.57% 0.98% -
XYZ 30.94 21.9 93.86 -
YUV 128.79 196.97 123.87 -
System Red Green Blue C M Y K H S L
Decimal 123 108 251 0.51 0.57 0 0.02 246.29 0.95 0.7
Hex 7B 6C FB 33 39 0 2 F6 5F 46
Octal 173 154 373 63 71 0 2 366 137 106
Binary 1111011 1101100 11111011 110011 111001 0 10 11110110 1011111 1000110

Color Harmonies of #7B6CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6CFB

Black with #7B6CFB

Text Example


Text Example

White with #7B6CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,108,251); }

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

background-color css

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

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

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

border-color css

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

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

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