Html Css Color HEX #7178FB Light Slate Blue

📋 copy color: '#7178FB'

red 113 ◦ green 120 ◦ blue 251

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

Shades of Light Slate Blue #7178FB

Tints of Light Slate Blue #7178FB

RGB

 RED value IS 113 (44.53% from 255) = 23.35%

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

 BLUE value IS 251 (98.44% from 255) = 51.86%

R = 23.35%
G = 24.79%
B = 51.86%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7178FB (or 0x7178FB) is known color: Light Slate Blue. HEX triplet: 71, 78 and FB. RGB value is (113,120,251). Sum of RGB (Red+Green+Blue) = 113+120+251=484 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.35% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #7178FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7178FB is #8E8704. Grayscale: #848484. Windows color (decimal): -9340677 or 16480369. OLE color: 16480369.

HSL color Cylindrical-coordinate representation of color #7178FB: hue angle of 236.96º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7178FB is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 120 251 -
CMYK 0.55 0.52 0 0.02
HSL 236.96º 0.95% 0.71% -
HSV(B) 236.96º 0.55% 0.98% -
XYZ 30.94 23.91 94.25 -
YUV 132.84 194.68 113.85 -
System Red Green Blue C M Y K H S L
Decimal 113 120 251 0.55 0.52 0 0.02 236.96 0.95 0.71
Hex 71 78 FB 37 34 0 2 ED 5F 47
Octal 161 170 373 67 64 0 2 355 137 107
Binary 1110001 1111000 11111011 110111 110100 0 10 11101101 1011111 1000111

Color Harmonies of #7178FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7178FB

Black with #7178FB

Text Example


Text Example

White with #7178FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7178FB; }

 p { color: rgb(113,120,251); }

 H1.HeaderClassName
 {
   color: #7178FB;
 }
 .AnyTagClassName
 {
   color: #7178FB;
 }
</style>

background-color css

<style>
 a { background-color: #7178FB; }

 a { background-color: rgb(113,120,251); }

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

border-color css

<style>
 span { border-color: #7178FB; }

 span { border-color: rgb(113,120,251); }

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