Html Css Color HEX #767CF2 Medium Slate Blue

📋 copy color: '#767CF2'

red 118 ◦ green 124 ◦ blue 242

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

Shades of Medium Slate Blue #767CF2

Tints of Medium Slate Blue #767CF2

RGB

 RED value IS 118 (46.48% from 255) = 24.38%

 GREEN value IS 124 (48.83% from 255) = 25.62%

 BLUE value IS 242 (94.92% from 255) = 50%

R = 24.38%
G = 25.62%
B = 50%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#767CF2 (or 0x767CF2) is known color: Medium Slate Blue. HEX triplet: 76, 7C and F2. RGB value is (118,124,242). Sum of RGB (Red+Green+Blue) = 118+124+242=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #767CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767CF2 is #89830D. Grayscale: #878787. Windows color (decimal): -9011982 or 15891574. OLE color: 15891574.

HSL color Cylindrical-coordinate representation of color #767CF2: hue angle of 237.1º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #767CF2 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 124 242 -
CMYK 0.51 0.49 0 0.05
HSL 237.1º 0.83% 0.71% -
HSV(B) 237.1º 0.51% 0.95% -
XYZ 30.71 24.68 87.15 -
YUV 135.66 188.01 115.41 -
System Red Green Blue C M Y K H S L
Decimal 118 124 242 0.51 0.49 0 0.05 237.1 0.83 0.71
Hex 76 7C F2 33 31 0 5 ED 53 47
Octal 166 174 362 63 61 0 5 355 123 107
Binary 1110110 1111100 11110010 110011 110001 0 101 11101101 1010011 1000111

Color Harmonies of #767CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767CF2

Black with #767CF2

Text Example


Text Example

White with #767CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767CF2; }

 p { color: rgb(118,124,242); }

 H1.HeaderClassName
 {
   color: #767CF2;
 }
 .AnyTagClassName
 {
   color: #767CF2;
 }
</style>

background-color css

<style>
 a { background-color: #767CF2; }

 a { background-color: rgb(118,124,242); }

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

border-color css

<style>
 span { border-color: #767CF2; }

 span { border-color: rgb(118,124,242); }

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