Html Css Color HEX #949FFA Portage

📋 copy color: '#949FFA'

red 148 ◦ green 159 ◦ blue 250

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

Shades of Portage #949FFA

Tints of Portage #949FFA

RGB

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

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

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

R = 26.57%
G = 28.55%
B = 44.88%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#949FFA (or 0x949FFA) is known color: Portage. HEX triplet: 94, 9F and FA. RGB value is (148,159,250). Sum of RGB (Red+Green+Blue) = 148+159+250=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #949FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949FFA is #6B6005. Grayscale: #A5A5A5. Windows color (decimal): -7036934 or 16424852. OLE color: 16424852.

HSL color Cylindrical-coordinate representation of color #949FFA: hue angle of 233.53º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #949FFA is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 159 250 -
CMYK 0.41 0.36 0 0.02
HSL 233.53º 0.91% 0.78% -
HSV(B) 233.53º 0.41% 0.98% -
XYZ 41.87 37.99 95.57 -
YUV 166.09 175.36 115.1 -
System Red Green Blue C M Y K H S L
Decimal 148 159 250 0.41 0.36 0 0.02 233.53 0.91 0.78
Hex 94 9F FA 29 24 0 2 EA 5B 4E
Octal 224 237 372 51 44 0 2 352 133 116
Binary 10010100 10011111 11111010 101001 100100 0 10 11101010 1011011 1001110

Color Harmonies of #949FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FFA

Black with #949FFA

Text Example


Text Example

White with #949FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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