Html Css Color HEX #7B7CFE Light Slate Blue

📋 copy color: '#7B7CFE'

red 123 ◦ green 124 ◦ blue 254

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

Shades of Light Slate Blue #7B7CFE

Tints of Light Slate Blue #7B7CFE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.75%

 BLUE value IS 254 (99.61% from 255) = 50.7%

R = 24.55%
G = 24.75%
B = 50.7%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7B7CFE (or 0x7B7CFE) is known color: Light Slate Blue. HEX triplet: 7B, 7C and FE. RGB value is (123,124,254). Sum of RGB (Red+Green+Blue) = 123+124+254=501 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.55% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B7CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7CFE is #848301. Grayscale: #8A8A8A. Windows color (decimal): -8684290 or 16678011. OLE color: 16678011.

HSL color Cylindrical-coordinate representation of color #7B7CFE: hue angle of 239.54º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B7CFE is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 123 124 254 -
CMYK 0.52 0.51 0 0.00
HSL 239.54º 0.98% 0.74% -
HSV(B) 239.54º 0.52% 1% -
XYZ 33.27 25.78 96.99 -
YUV 138.52 193.17 116.93 -
System Red Green Blue C M Y K H S L
Decimal 123 124 254 0.52 0.51 0 0.00 239.54 0.98 0.74
Hex 7B 7C FE 34 33 0 0 F0 62 4A
Octal 173 174 376 64 63 0 0 360 142 112
Binary 1111011 1111100 11111110 110100 110011 0 0 11110000 1100010 1001010

Color Harmonies of #7B7CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7CFE

Black with #7B7CFE

Text Example


Text Example

White with #7B7CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,124,254); }

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

background-color css

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

 a { background-color: rgb(123,124,254); }

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

border-color css

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

 span { border-color: rgb(123,124,254); }

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