Html Css Color HEX #7B78FF Light Slate Blue

📋 copy color: '#7B78FF'

red 123 ◦ green 120 ◦ blue 255

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

Shades of Light Slate Blue #7B78FF

Tints of Light Slate Blue #7B78FF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.1%

 BLUE value IS 255 (100% from 255) = 51.2%

R = 24.7%
G = 24.1%
B = 51.2%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7B78FF (or 0x7B78FF) is known color: Light Slate Blue. HEX triplet: 7B, 78 and FF. RGB value is (123,120,255). Sum of RGB (Red+Green+Blue) = 123+120+255=498 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.70% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B78FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B78FF is #848700. Grayscale: #878787. Windows color (decimal): -8685313 or 16742523. OLE color: 16742523.

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

Color convert

RGB 123 120 255 -
CMYK 0.52 0.53 0 0
HSL 241.33º 1% 0.74% -
HSV(B) 241.33º 0.53% 1% -
XYZ 32.93 24.86 97.67 -
YUV 136.29 194.99 118.52 -
System Red Green Blue C M Y K H S L
Decimal 123 120 255 0.52 0.53 0 0 241.33 1 0.74
Hex 7B 78 FF 34 35 0 0 F1 64 4A
Octal 173 170 377 64 65 0 0 361 144 112
Binary 1111011 1111000 11111111 110100 110101 0 0 11110001 1100100 1001010

Color Harmonies of #7B78FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B78FF

Black with #7B78FF

Text Example


Text Example

White with #7B78FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,120,255); }

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

background-color css

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

 a { background-color: rgb(123,120,255); }

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

border-color css

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

 span { border-color: rgb(123,120,255); }

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