Html Css Color HEX #949FFE Portage

📋 copy color: '#949FFE'

red 148 ◦ green 159 ◦ blue 254

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

Shades of Portage #949FFE

Tints of Portage #949FFE

RGB

 RED value IS 148 (58.2% from 255) = 26.38%

 GREEN value IS 159 (62.5% from 255) = 28.34%

 BLUE value IS 254 (99.61% from 255) = 45.28%

R = 26.38%
G = 28.34%
B = 45.28%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#949FFE (or 0x949FFE) is known color: Portage. HEX triplet: 94, 9F and FE. RGB value is (148,159,254). Sum of RGB (Red+Green+Blue) = 148+159+254=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #949FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949FFE is #6B6001. Grayscale: #A6A6A6. Windows color (decimal): -7036930 or 16686996. OLE color: 16686996.

HSL color Cylindrical-coordinate representation of color #949FFE: hue angle of 233.77º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #949FFE is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 159 254 -
CMYK 0.42 0.37 0 0.00
HSL 233.77º 0.98% 0.79% -
HSV(B) 233.77º 0.42% 1% -
XYZ 42.5 38.25 98.91 -
YUV 166.54 177.36 114.78 -
System Red Green Blue C M Y K H S L
Decimal 148 159 254 0.42 0.37 0 0.00 233.77 0.98 0.79
Hex 94 9F FE 2A 25 0 0 EA 62 4F
Octal 224 237 376 52 45 0 0 352 142 117
Binary 10010100 10011111 11111110 101010 100101 0 0 11101010 1100010 1001111

Color Harmonies of #949FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FFE

Black with #949FFE

Text Example


Text Example

White with #949FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949FFE; }

 p { color: rgb(148,159,254); }

 H1.HeaderClassName
 {
   color: #949FFE;
 }
 .AnyTagClassName
 {
   color: #949FFE;
 }
</style>

background-color css

<style>
 a { background-color: #949FFE; }

 a { background-color: rgb(148,159,254); }

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

border-color css

<style>
 span { border-color: #949FFE; }

 span { border-color: rgb(148,159,254); }

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