Html Css Color HEX #949CFA Portage

📋 copy color: '#949CFA'

red 148 ◦ green 156 ◦ blue 250

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

Shades of Portage #949CFA

Tints of Portage #949CFA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.16%

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

R = 26.71%
G = 28.16%
B = 45.13%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#949CFA (or 0x949CFA) is known color: Portage. HEX triplet: 94, 9C and FA. RGB value is (148,156,250). Sum of RGB (Red+Green+Blue) = 148+156+250=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #949CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949CFA is #6B6305. Grayscale: #A3A3A3. Windows color (decimal): -7037702 or 16424084. OLE color: 16424084.

HSL color Cylindrical-coordinate representation of color #949CFA: hue angle of 235.29º 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 #949CFA is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 156 250 -
CMYK 0.41 0.38 0 0.02
HSL 235.29º 0.91% 0.78% -
HSV(B) 235.29º 0.41% 0.98% -
XYZ 41.36 36.97 95.4 -
YUV 164.32 176.35 116.36 -
System Red Green Blue C M Y K H S L
Decimal 148 156 250 0.41 0.38 0 0.02 235.29 0.91 0.78
Hex 94 9C FA 29 26 0 2 EB 5B 4E
Octal 224 234 372 51 46 0 2 353 133 116
Binary 10010100 10011100 11111010 101001 100110 0 10 11101011 1011011 1001110

Color Harmonies of #949CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CFA

Black with #949CFA

Text Example


Text Example

White with #949CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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