Html Css Color HEX #7B84FE Light Slate Blue

📋 copy color: '#7B84FE'

red 123 ◦ green 132 ◦ blue 254

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

Shades of Light Slate Blue #7B84FE

Tints of Light Slate Blue #7B84FE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.93%

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

R = 24.17%
G = 25.93%
B = 49.9%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7B84FE (or 0x7B84FE) is known color: Light Slate Blue. HEX triplet: 7B, 84 and FE. RGB value is (123,132,254). Sum of RGB (Red+Green+Blue) = 123+132+254=509 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.17% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B84FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B84FE is #847B01. Grayscale: #8E8E8E. Windows color (decimal): -8682242 or 16680059. OLE color: 16680059.

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

Color convert

RGB 123 132 254 -
CMYK 0.52 0.48 0 0.00
HSL 235.88º 0.98% 0.74% -
HSV(B) 235.88º 0.52% 1% -
XYZ 34.31 27.87 97.34 -
YUV 143.22 190.52 113.58 -
System Red Green Blue C M Y K H S L
Decimal 123 132 254 0.52 0.48 0 0.00 235.88 0.98 0.74
Hex 7B 84 FE 34 30 0 0 EC 62 4A
Octal 173 204 376 64 60 0 0 354 142 112
Binary 1111011 10000100 11111110 110100 110000 0 0 11101100 1100010 1001010

Color Harmonies of #7B84FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B84FE

Black with #7B84FE

Text Example


Text Example

White with #7B84FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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