Html Css Color HEX #7B7EFC Light Slate Blue

📋 copy color: '#7B7EFC'

red 123 ◦ green 126 ◦ blue 252

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

Shades of Light Slate Blue #7B7EFC

Tints of Light Slate Blue #7B7EFC

RGB

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

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

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

R = 24.55%
G = 25.15%
B = 50.3%

CMYK

 C value IS 0.51

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B7EFC (or 0x7B7EFC) is known color: Light Slate Blue. HEX triplet: 7B, 7E and FC. RGB value is (123,126,252). Sum of RGB (Red+Green+Blue) = 123+126+252=501 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.55% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B7EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7EFC is #848103. Grayscale: #8A8A8A. Windows color (decimal): -8683780 or 16547451. OLE color: 16547451.

HSL color Cylindrical-coordinate representation of color #7B7EFC: hue angle of 238.6º 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 #7B7EFC is Cyan = 0.51, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 126 252 -
CMYK 0.51 0.5 0 0.01
HSL 238.6º 0.96% 0.74% -
HSV(B) 238.6º 0.51% 0.99% -
XYZ 33.2 26.16 95.4 -
YUV 139.47 191.51 116.25 -
System Red Green Blue C M Y K H S L
Decimal 123 126 252 0.51 0.5 0 0.01 238.6 0.96 0.74
Hex 7B 7E FC 33 32 0 1 EF 60 4A
Octal 173 176 374 63 62 0 1 357 140 112
Binary 1111011 1111110 11111100 110011 110010 0 1 11101111 1100000 1001010

Color Harmonies of #7B7EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7EFC

Black with #7B7EFC

Text Example


Text Example

White with #7B7EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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