Html Css Color HEX #949DFC Portage

📋 copy color: '#949DFC'

red 148 ◦ green 157 ◦ blue 252

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

Shades of Portage #949DFC

Tints of Portage #949DFC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.19%

 BLUE value IS 252 (98.83% from 255) = 45.24%

R = 26.57%
G = 28.19%
B = 45.24%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#949DFC (or 0x949DFC) is known color: Portage. HEX triplet: 94, 9D and FC. RGB value is (148,157,252). Sum of RGB (Red+Green+Blue) = 148+157+252=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #949DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949DFC is #6B6203. Grayscale: #A4A4A4. Windows color (decimal): -7037444 or 16555412. OLE color: 16555412.

HSL color Cylindrical-coordinate representation of color #949DFC: hue angle of 234.81º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #949DFC is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 157 252 -
CMYK 0.41 0.38 0 0.01
HSL 234.81º 0.95% 0.78% -
HSV(B) 234.81º 0.41% 0.99% -
XYZ 41.84 37.44 97.12 -
YUV 165.14 177.02 115.78 -
System Red Green Blue C M Y K H S L
Decimal 148 157 252 0.41 0.38 0 0.01 234.81 0.95 0.78
Hex 94 9D FC 29 26 0 1 EB 5F 4E
Octal 224 235 374 51 46 0 1 353 137 116
Binary 10010100 10011101 11111100 101001 100110 0 1 11101011 1011111 1001110

Color Harmonies of #949DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949DFC

Black with #949DFC

Text Example


Text Example

White with #949DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,157,252); }

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

background-color css

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

 a { background-color: rgb(148,157,252); }

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

border-color css

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

 span { border-color: rgb(148,157,252); }

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