Html Css Color HEX #7B7EFE Light Slate Blue

📋 copy color: '#7B7EFE'

red 123 ◦ green 126 ◦ blue 254

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

Shades of Light Slate Blue #7B7EFE

Tints of Light Slate Blue #7B7EFE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.05%

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

R = 24.45%
G = 25.05%
B = 50.5%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7B7EFE (or 0x7B7EFE) is known color: Light Slate Blue. HEX triplet: 7B, 7E and FE. RGB value is (123,126,254). Sum of RGB (Red+Green+Blue) = 123+126+254=503 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.45% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B7EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7EFE is #848101. Grayscale: #8B8B8B. Windows color (decimal): -8683778 or 16678523. OLE color: 16678523.

HSL color Cylindrical-coordinate representation of color #7B7EFE: hue angle of 238.63º 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 #7B7EFE is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 123 126 254 -
CMYK 0.52 0.50 0 0.00
HSL 238.63º 0.98% 0.74% -
HSV(B) 238.63º 0.52% 1% -
XYZ 33.52 26.29 97.07 -
YUV 139.7 192.51 116.09 -
System Red Green Blue C M Y K H S L
Decimal 123 126 254 0.52 0.50 0 0.00 238.63 0.98 0.74
Hex 7B 7E FE 34 32 0 0 EF 62 4A
Octal 173 176 376 64 62 0 0 357 142 112
Binary 1111011 1111110 11111110 110100 110010 0 0 11101111 1100010 1001010

Color Harmonies of #7B7EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7EFE

Black with #7B7EFE

Text Example


Text Example

White with #7B7EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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