Html Css Color HEX #7785FF Light Slate Blue

📋 copy color: '#7785FF'

red 119 ◦ green 133 ◦ blue 255

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

Shades of Light Slate Blue #7785FF

Tints of Light Slate Blue #7785FF

RGB

 RED value IS 119 (46.88% from 255) = 23.47%

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

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

R = 23.47%
G = 26.23%
B = 50.3%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7785FF (or 0x7785FF) is known color: Light Slate Blue. HEX triplet: 77, 85 and FF. RGB value is (119,133,255). Sum of RGB (Red+Green+Blue) = 119+133+255=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #7785FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7785FF is #887A00. Grayscale: #8E8E8E. Windows color (decimal): -8944129 or 16745847. OLE color: 16745847.

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

Color convert

RGB 119 133 255 -
CMYK 0.53 0.48 0 0
HSL 233.82º 1% 0.73% -
HSV(B) 233.82º 0.53% 1% -
XYZ 34.05 27.92 98.2 -
YUV 142.72 191.36 111.08 -
System Red Green Blue C M Y K H S L
Decimal 119 133 255 0.53 0.48 0 0 233.82 1 0.73
Hex 77 85 FF 35 30 0 0 EA 64 49
Octal 167 205 377 65 60 0 0 352 144 111
Binary 1110111 10000101 11111111 110101 110000 0 0 11101010 1100100 1001001

Color Harmonies of #7785FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7785FF

Black with #7785FF

Text Example


Text Example

White with #7785FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7785FF; }

 p { color: rgb(119,133,255); }

 H1.HeaderClassName
 {
   color: #7785FF;
 }
 .AnyTagClassName
 {
   color: #7785FF;
 }
</style>

background-color css

<style>
 a { background-color: #7785FF; }

 a { background-color: rgb(119,133,255); }

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

border-color css

<style>
 span { border-color: #7785FF; }

 span { border-color: rgb(119,133,255); }

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