Html Css Color HEX #767BFA Light Slate Blue

📋 copy color: '#767BFA'

red 118 ◦ green 123 ◦ blue 250

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

Shades of Light Slate Blue #767BFA

Tints of Light Slate Blue #767BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.05%

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 24.03%
G = 25.05%
B = 50.92%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#767BFA (or 0x767BFA) is known color: Light Slate Blue. HEX triplet: 76, 7B and FA. RGB value is (118,123,250). Sum of RGB (Red+Green+Blue) = 118+123+250=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #767BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767BFA is #898405. Grayscale: #878787. Windows color (decimal): -9012230 or 16415606. OLE color: 16415606.

HSL color Cylindrical-coordinate representation of color #767BFA: hue angle of 237.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #767BFA is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 123 250 -
CMYK 0.53 0.51 0 0.02
HSL 237.73º 0.93% 0.72% -
HSV(B) 237.73º 0.53% 0.98% -
XYZ 31.81 24.92 93.58 -
YUV 135.98 192.34 115.17 -
System Red Green Blue C M Y K H S L
Decimal 118 123 250 0.53 0.51 0 0.02 237.73 0.93 0.72
Hex 76 7B FA 35 33 0 2 EE 5D 48
Octal 166 173 372 65 63 0 2 356 135 110
Binary 1110110 1111011 11111010 110101 110011 0 10 11101110 1011101 1001000

Color Harmonies of #767BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767BFA

Black with #767BFA

Text Example


Text Example

White with #767BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,123,250); }

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

background-color css

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

 a { background-color: rgb(118,123,250); }

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

border-color css

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

 span { border-color: rgb(118,123,250); }

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