Html Css Color HEX #7B7FFC Light Slate Blue

📋 copy color: '#7B7FFC'

red 123 ◦ green 127 ◦ blue 252

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

Shades of Light Slate Blue #7B7FFC

Tints of Light Slate Blue #7B7FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 25.3%

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

R = 24.5%
G = 25.3%
B = 50.2%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B7FFC (or 0x7B7FFC) is known color: Light Slate Blue. HEX triplet: 7B, 7F and FC. RGB value is (123,127,252). Sum of RGB (Red+Green+Blue) = 123+127+252=502 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.50% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B7FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7FFC is #848003. Grayscale: #8B8B8B. Windows color (decimal): -8683524 or 16547707. OLE color: 16547707.

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

Color convert

RGB 123 127 252 -
CMYK 0.51 0.50 0 0.01
HSL 238.14º 0.96% 0.74% -
HSV(B) 238.14º 0.51% 0.99% -
XYZ 33.33 26.42 95.44 -
YUV 140.05 191.17 115.84 -
System Red Green Blue C M Y K H S L
Decimal 123 127 252 0.51 0.50 0 0.01 238.14 0.96 0.74
Hex 7B 7F FC 33 32 0 1 EE 60 4A
Octal 173 177 374 63 62 0 1 356 140 112
Binary 1111011 1111111 11111100 110011 110010 0 1 11101110 1100000 1001010

Color Harmonies of #7B7FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7FFC

Black with #7B7FFC

Text Example


Text Example

White with #7B7FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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