Html Css Color HEX #7885FB Light Slate Blue

📋 copy color: '#7885FB'

red 120 ◦ green 133 ◦ blue 251

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

Shades of Light Slate Blue #7885FB

Tints of Light Slate Blue #7885FB

RGB

 RED value IS 120 (47.27% from 255) = 23.81%

 GREEN value IS 133 (52.34% from 255) = 26.39%

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

R = 23.81%
G = 26.39%
B = 49.8%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7885FB (or 0x7885FB) is known color: Light Slate Blue. HEX triplet: 78, 85 and FB. RGB value is (120,133,251). Sum of RGB (Red+Green+Blue) = 120+133+251=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #7885FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7885FB is #877A04. Grayscale: #8E8E8E. Windows color (decimal): -8878597 or 16483704. OLE color: 16483704.

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

Color convert

RGB 120 133 251 -
CMYK 0.52 0.47 0 0.02
HSL 234.05º 0.94% 0.73% -
HSV(B) 234.05º 0.52% 0.98% -
XYZ 33.55 27.73 94.85 -
YUV 142.57 189.19 111.91 -
System Red Green Blue C M Y K H S L
Decimal 120 133 251 0.52 0.47 0 0.02 234.05 0.94 0.73
Hex 78 85 FB 34 2F 0 2 EA 5E 49
Octal 170 205 373 64 57 0 2 352 136 111
Binary 1111000 10000101 11111011 110100 101111 0 10 11101010 1011110 1001001

Color Harmonies of #7885FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7885FB

Black with #7885FB

Text Example


Text Example

White with #7885FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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